Watch this example on YouTube
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '.'.
To fix it replace
Select Customers.CustomerID Customers.CustomerFirstName from Customers
with (add comma)
Select Customers.CustomerID
, Customers.CustomerFirstName from Customers
No comments:
Post a Comment