Hi,
I am new to PSQL and want to run an insert into query to a table. But some of the field names have spaces between and none of the syntax I'm using seems to work.
How would I fix the following to make it work:
Insert into employees (first names)
Values
('Claire')
I am new to PSQL and want to run an insert into query to a table. But some of the field names have spaces between and none of the syntax I'm using seems to work.
How would I fix the following to make it work:
Insert into employees (first names)
Values
('Claire')