YM0731
6/11/2019 - 11:28 AM

スキーマのテーブル名を取得

--テーブル名取得
SELECT 
	table_name
FROM information_schema.tables
where table_schema = 'sys'