We Recommend

Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk
Shows how to build Tcl/Tk applications effectively. Teaches how to: create interactive displays with canvas widget, create customized editors with the text widget, handle data structures, interface with existing applications and more.


Posted By

jaytee on 09/17/08


Tagged


Versions (?)


Test PL/SQL syntax highlighting


Published in: PL/SQL 


  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 

You need to login to post a comment.