Quantcast
Channel: SQL Tutorial - Learn SQL Online » Oracle
Browsing all 4 articles
Browse latest View live

SQL EXTRACT (Oracle Function)

The SQL EXTRACT() function is used to get a value (year, month, day, etc.) from a date/time expression. It’s supported by MySQL and Oracle, but the syntax is different. In this post we’ll discuss it’s...

View Article



ORACLE TO_DATE

Oracle To_date() is an SQL function which will convert a string to date. In SQL Server we could use SQL CONVERT function to convert a string to date. ORACLE TO_DATE Function Syntax The Oracle to_date()...

View Article

SQL REVERSE

SQL REVERSE function is used to return reverse of a string. It’s supported by MS SQL Server, MySQL. Oracle supports it too, but maybe not in the documents. SQL REVERSE function Syntax...

View Article

ORACLE TO_CHAR

Oracle To_char() is an SQL function which will convert a number or date to string. ORACLE TO_CHAR Function Syntax The Oracle to_date() function’s syntax could be one of the following: to_char(value)...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images