Sample sql syntax

satya - Thursday, May 24, 2007 10:43:04 PM

see this url if it helps

see this url if it helps

satya - Thursday, May 24, 2007 10:43:56 PM

insert example


inSERT INTO "table_name" 
    ("column1", "column2", ...)
    VALUES ("value1", "value2", ...)