[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

SQR expects the keyword INSERT. I am not familiar with the LOAD keyword and I don't find it in



SQR expects the keyword INSERT.  I am not familiar with the LOAD keyword and I 
don't find it in
my "Teach Yourself SQL in 14 Days" book.

Typically, the syntax is...
begin-SQL
Insert into RECORDNAME
(fieldname
,fieldname
,fieldname
,etc...) values
($Variable
,#Variable
,' '
,''
,etc...)
end-SQL