|
| |
|
|
futurewebboss
Posts: 44 Joined: 6/9/2007 Status: offline
|
Question about Delete Quer - 6/21/2007 9:27:58
Should I expect this query; DELETE from comments WHERE (name=::name::) To delete all records in a table that match the criteria? Thanks,
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Question about Delete Quer - 6/21/2007 9:42:35
Yes you should altho 'name' is a reserved word so it should probably look like this: WHERE ([name]=::name::) Hope it helps.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|