View Full Version : delete post from phpMyAdmin
hollyboy
09-11-2012, 07:01 AM
what's the query to run on phpMyAdmin (version 3.4.10.1)
to delete my forum posts older than 1 januart 2010?
many thanks
Simon Lloyd
09-11-2012, 08:44 AM
look here https://www.vbulletin.com/forum/showthread.php/362659-Need-some-Help-with-sql-query-gt-lt or try this (make sure you have a backup before running any query!!)DELETE FROM `YOUR TABLE NAME`.`post` WHERE `post`.`dateline` < 1262304000;dont forget to add your table prefix if you have one before "post"
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.