hello I want to know if my column value is number or character in oracle 10g something like : select (case when ( is_number(mycolumn)) then 'your column value is number' else 'your column value is not number'
Home/Database/Page 14
Oraask Latest Questions
Question
Question
Error report: SQL Error: ORA-00933: SQL command not properly ended 00933. 00000 - "SQL command not properly ended" i face this error when trying to execute this update statement please can anyone tell me error cause and solution UPDATE employees set last_name = 'test' JOIN dept ...
Question
Question
Question
I want to create a stored procedure with one parameter which will return multiple rows based on parameter value. how can i do this ?
Question
hello, Ii got an error when I want to use my directory created inside UTL_FILE.FOPEN invalid directory path within the procedure to open a certain file on my local machine.
Question
Please, I want to know how to create dynamic tables ,columns, and datatype for each column in oracle ?
Question
Question
Question