I saw this question where it is presented a command to drop all tables from an sqlite database. Is it possible to add exceptions, i.e., drop all tables except table X Y and Z?
Thanks
EDIT I also saw that it is possible in SQL. Is this script translatable to sqlite?