![]() |
OK... pretty simple actually...
What would be the query to delete rows completely in a table. Both the query for selective deletions and to just wipe the table clean... Basically, it's for a polling type system, but not the normal VB one. And every so often we need to clear out all the votes and start fresh. |
To delete all records:
DELETE FROM tableName; To delete only some records: DELETE FROM tableName WHERE fieldName = 'value'; |
Many thanks... I couldn't seem to find my way around the mySQL documentation... way too much to wade through.
I'm still a rank amatuer at this, but getting better daily... |
All times are GMT. The time now is 08:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|