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, 3263🔥, 0💬
Popular Posts:
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How Run SQL*Plus Commands That Are Stored in a Local File in Oracle? If you have a group of commands...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...