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, 3278🔥, 0💬
Popular Posts:
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
How To Start Instance with a Minimal Initialization Parameter File in Oracle? The sample initializat...
How To View Data Files in the Current Database in Oracle? If you want to get a list of all tablespac...
How to print value on console in SQL Server Transact-SQL? How to use the PRINT statements? In Transa...
How Fixed Length Strings Are Truncated and Padded in SQL Server Transact-SQL? When the length of the...