Slashcode: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
New page: What many consider, THE ORIGINAL BLOG. == Delete Story Submissions Hack == select subid, email, name, subj, tid, note, section, uid, ipid, del from submissions; delete from submission...
(No difference)

Revision as of 07:34, 15 April 2008

What many consider, THE ORIGINAL BLOG.

Delete Story Submissions Hack

select subid, email, name, subj, tid, note, section, uid, ipid, del from submissions;
delete from submissions where del=0;