Many developers often ask about equivalent functions existing in various RDBMSs. I found the following link which is very useful to find technical comparison between functions of Oracle vs SQL Server.
Showing posts with label Equivalent Functions in Oracle and SQL Server. Show all posts
Showing posts with label Equivalent Functions in Oracle and SQL Server. Show all posts
Subscribe to:
Posts (Atom)
Big Data & SQL
Hi Everybody, Please do visit my new blog that has much more information about Big Data and SQL. The site covers big data and almost all the...
-
The CONCAT() function joins the input strings or different column values and returns as a single string. However, if we need to concatenate ...
-
There is a ‘ CharIndex’ function in SQL Server which is similar to the Oracle ‘ Instr’ function. In Oracle, the syntax of the INSTR functi...
-
Either SQL Developers or Data Analysts often use arithmetic operators in their queries such as =, >, <, != Apart from this, LIKE, EX...