Test PL/SQL syntax highlighting


/ Published in: PL/SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. number1 NUMBER(2);
  2. number2 NUMBER(2) := 17;
  3. text1 VARCHAR2(12) := 'Hello world';
  4. text2 DATE := SYSDATE; -- current date and time
  5. SELECT street_number
  6. INTO number1
  7. FROM address
  8. WHERE name = 'Smith';

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.