can somone please correct the folowoing mysql statement
DELETE * FROM `wx_comments` WHERE `f_code` > 18014
I want to delete everything from a table where f_code is bigger than 18014
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just drop the
*:See the
DELETEsyntax reference.