Dragenesis
Registered User.
- Local time
- Today, 00:01
- Joined
- Dec 18, 2007
- Messages
- 16
I currently have the following query written:
When runs, it tells me the number of rows to be deleted and I have to click "Yes" for it to run. Is there a way to run the query and not have the prompt so it will run without human input?
Code:
DELETE * FROM TABLE1
When runs, it tells me the number of rows to be deleted and I have to click "Yes" for it to run. Is there a way to run the query and not have the prompt so it will run without human input?