|
Posted by alex.waldner on 03/08/07 18:10
Hey there,
I'm trying to run a SQL Query but really can't find what's wrong with
it - I keep getting a 1064 error.
INSERT INTO logbook (id, pilot, date, acModel, acReg, blockOffAP,
blockOff, blockOnAP, blockOn, totalTime, PIC, Dual, Night, Instrument,
CC, landingsDay, landingsNight, comment) VALUES (NULL, '1',
'2007-03-08', 'C172', 'SELZF', 'ESOW', '1234', 'ESSA', '1256', '0.4',
'0', '0.4', '0', '0', '0', '0', '0', '')
Can anyone spot an error?
[Back to original message]
|