Hi all,
I have created an SQL Server database table 'admin'.
I Right-Click on the table, then select: Open Table > Query
Then I create SQL(insert into admin values("test", "test2")
I verify the code and it is correct.
However, when I select Run it gives an error message - "Column names are not permitted"
Why is this?
Thanks.
Kevin.