https://bugs.documentfoundation.org/show_bug.cgi?id=105240

--- Comment #7 from [email protected] ---
(In reply to Gerhard Schaber from comment #5)
> INSERT INTO "Lehrgangsliste" VALUES ( 3, NULL, 'YW045', '2016-10-15', 'First
> name', 'Last name', 701, 12 )

This couldn't work, because you have to define the columns, if you won't add a
value to every column.

INSERT INTO "Lehrgangsliste" VALUES ( 15, 3, NULL, 'YW045', '2016-10-15',
'First
 name', 'Last name', 701, 12 )

will work, if "ID" = 15 doesn't exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to