Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

You might need to shift to OracleSQL now 😿

If you get an error for a code like

SELECT SQRT(25) AS square_root FROM DUAL;

then try executing

SELECT SQRT(25) AS "square_root" FROM DUAL;