Collections:
POWER() - Synonym for POW()
What's the difference between POWER() and POW() functions?
✍: FYIcenter.com
POWER(X, Y) is
a synonym for the POW(X, Y) function.
Related MySQL functions:
⇒ RADIANS() - Degrees to Radians
⇐ POW() - X Raised to Power of Y
2023-11-15, 1320🔥, 0💬
Popular Posts:
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...