3 lines
147 B
SQL
3 lines
147 B
SQL
SELECT @@version;
|
|
SELECT USER_NAME(), DB_NAME(), @@servername;
|
|
USE library SELECT * FROM information_schema.tables WHERE table_type = 'base table'; |