[DB] 找可能無用資料表的好語法

select * from sys.tables
where name like '%2%'
or name like '%tmp%'
or name like '%temp%'

留言