Be Good. Do Good.
SELECT
table_name
FROM
information_schema.tables
WHERE
table_schema = 'abc'
AND
table_type = 'BASE TABLE'
Post a Comment
1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...
No comments:
Post a Comment