|
I have 2 tsql queries but they contain some error. can anyone find that error.
(comments are locked)
|
|
Not knowing what error you're hitting, it's hard to give you a good answer. The first query parses just fine. The second query does get parsing errors on my system because of the column named 'user'. Modifying the code to use [user] instead of just the text eliminates the parsing error.
(comments are locked)
|


It would help if you gave us the error message, as it could be something as simple as the table doesn't exist, but we have no way of knowing.