dodo11 Posted August 15, 2014 Posted August 15, 2014 Hey, I want delete tables if not exists toptimes. I use DROP TABLE 'table', but delete of one in one. I want command sql for delete all tables if not exists toptime if possible. Thanks.
xXMADEXx Posted August 15, 2014 Posted August 15, 2014 Are you talking about deleting rows within a table? DELETE FROM tablename WHERE ColumanName=value
dodo11 Posted August 15, 2014 Author Posted August 15, 2014 No, i'm not. I have to delete all tables that do not have toptimes.
Castillo Posted August 15, 2014 Posted August 15, 2014 You want to remove SQLite toptimes tables if they are empty?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now