[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
- Subject: SQR expects the keyword INSERT. I am not familiar with the LOAD keyword and I don't find it in
- From: David Anderson <DANDERS1@SMTPGW.IS.HFH.EDU>
- Date: Wed, 16 Jun 1999 11:31:17 -0500
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