I made a table structure (or hirachy) like this:
ja_1
ja_1_1 ja_1_2
ja_1_1_1 ja_1_2_1 ...... 3 layers
Now I got problems if I want to drop all
the tables that contain the ja_1.
Is there any command that I can somehow use to drop
all the tables in my database that contain ja_1???
Thanks, Robert.