Answer the question
In order to leave comments, you need to log in
Near "vacation": syntax error?
I create a table like this:
CREATE TABLE Отпуск
('Код отпуска' INTEGER PRIMARY KEY,
'Тип отпуска' CHAR (100) NOT NULL,
'Оплата отпуска' FLOAT CHECK ('Оплата отпуска' > 10000),
'Льготы по отпуску' FLOAT NOT NULL);
near "vacations": syntax error
Answer the question
In order to leave comments, you need to log in
What is a DB. What are you using for the request?
Checked your query in sqlite3, completed without errors.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question