Collections:
SCHEMA() - Synonym for DATABASE()
What's the difference between SCHEMA() and DATABASE() functions?
✍: FYIcenter.com
SCHEMA() is
a synonym for the DATABASE() function.
Related MySQL functions:
⇒ SESSION_USER() - Synonym for USER()
⇐ ROW_COUNT() - Affected Rows from Last DML Statement
2025-02-16, 2923🔥, 0💬
Popular Posts:
How To Present a Past Time in Hours, Minutes and Seconds in MySQL? If you want show an article was p...
How To Disable a Login Name in SQL Server? If you want temporarily disable a login name, you can use...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...