How would I exacute the command you wrote? Am I right in thinking I need to open up DOS & do the following:
sugardevuser2 is my DB username
Code:
mysql -u sugardevuser2 -p
Enter password: --Type the DB password here--
mysql> delete from leads where date_entered >= '2007-05-28 14:40:27'
When I hit enter all what happens is I get another line with an arrow underneath and the command doesnt really do anything:
Code:
mysql -u sugardevuser2 -p
Enter password: --Type the DB password here--
mysql> delete from leads where date_entered >= '2007-06-06 09:38:18
->
Bookmarks