Be Good. Do Good.
SELECT
TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES
WHERE
TABLE_SCHEMA = 'mydatabase'
AND
TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Post a Comment
What is Kiro Kiro is an innovative AI-powered IDE that revolutionizes software development through intelligent assistance and structured wor...
No comments:
Post a Comment