2017-04-19 28 views

回答

3
SELECT DISTINCT table_schema 
    FROM information_schema.tables 
WHERE table_name='yourtablename';