Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Query for deleting more than one records

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-09-21 : 09:17:38
first name writes "i create a dynamic sql query like this :

Delete From sf_user where username in ("aa","bb","cc").

"aa","bb","cc" are taken from the field username.
those values exist.

why does the sql server return this error?

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'aa'.

i need urgent answer
"
   

- Advertisement -