-
Recent blog posts
- Need For Speed: Underground Review, Tips and Tricks
- Life after school - Transitioning and Moving On
- NHL 09 Jersey Code - Released
- Technology Fueled Addiction - Formula One
- Gmail Themes - FINALLY!!!
- Google Chrome updated itself without notice??
- Mediawiki Categories, Subcategories, and Category Trees
- EA Sports NHL 09 Jersey Unlock Code
- Chrome is a no go - For me
- Outputting the PS3 audio through your PC speakers
-
User login
-
Navigation

Fri, 10/15/2010 - 18:21 I still can't get it to work. I have tried 50 iterations of using aliases and non aliases and have searched and looked at other code, but I always get the same two errors, Unknown table 'v' in MULTI DELETE or Unknown column 'poll_id' in 'from clause. These are the two I tried to get the above errors, but I have tried a ton of other things. obviously just not getting the right syntax. DELETE v FROM poll_votes LEFT JOIN polls p USING (poll_id) WHERE p.end < unix_timestamp; DELETE poll_votes.* FROM poll_votes v LEFT JOIN polls p USING (poll_id) WHERE p.end < unix_timestamp;