I have this query:
INSERT INTO ella (id, tmstmp AS DATE, ändere)
VALUES (id 1, DATE 26.08.2020,10:44:33, ändere "Thomas");
but it always show error: missing comma. What do I do wrong? Where else should I put the comma)
The table name is Ella. The column names are id, date, and ändere. Thank you for your help!