dodo11 Posted August 15, 2014 Share 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. Link to comment
xXMADEXx Posted August 15, 2014 Share Posted August 15, 2014 Are you talking about deleting rows within a table? DELETE FROM tablename WHERE ColumanName=value Link to comment
dodo11 Posted August 15, 2014 Author Share Posted August 15, 2014 No, i'm not. I have to delete all tables that do not have toptimes. Link to comment
Castillo Posted August 15, 2014 Share Posted August 15, 2014 You want to remove SQLite toptimes tables if they are empty? Link to comment
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