T-SQL

Forum discussion tagged with T-SQL.
  1. AGx-07_162

    What's Wrong With This MS Access Query?

    Can anyone tell me what's wrong with this query? INSERT INTO Employees ( Title, FirstName, LastName, Company, Department, Mailstop, Extension, City, State, Bldg, Floor, DirList, Prefix, Notes, Phone, importID, importDate, [Desc] ) SELECT Title, FirstName, LastName, Company, Department...
  2. AGx-07_162

    INSERT INTO query, MS Access

    Can anyone help me understand why I get a "Syntax error in INSERT INTO statement" error with this query? INSERT INTO Employees (Title, FirstName, LastName, Company, Department, Mailstop, Extension, City, State, Bldg, Floor, DirList, Prefix, Notes, Phone, importID, importDate, Desc) SELECT...