Q:

get all tables using like

select * from sys.tables where name like '%tablename%'
0
SELECT * FROM INFORMATION_SCHEMA.TABLES 
WHERE TABLE_NAME LIKE '%%'
0

New to Communities?

Join the community