1 line
81 B
SQL
1 line
81 B
SQL
select table_name from information_schema.tables where table_name like '%order%'; |
select table_name from information_schema.tables where table_name like '%order%'; |