Newbie here. I'm trying to execute this line in sql server:
CREATE TABLE dummy_driver
but I'm receiving the error message Incorrect syntax near 'dummy_driver' . I can't seem to locate the error.
Additional code with line:
INSERT INTO Person (first_name, last_name)
Select f_name, l_name FROM driver;
CREATE TABLE dummy_driver
INSERT INTO dummy_driver,
Select * from driver;
Aucun commentaire:
Enregistrer un commentaire