delete Query

@stan

Registered User.
Local time
Today, 00:51
Joined
Feb 26, 2013
Messages
29
delete Query
How do i Specify the table containing the records that I want to delete?
 
Basic delete query looks like . . .
Code:
DELETE FROM [I]<tablenamehere>[/I]
. . . which deletes everything.

Hope this helps,
 

Users who are viewing this thread

Back
Top Bottom