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/sql/Page 4
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
Please, I want to know how to create dynamic tables ,columns, and datatype for each column in oracle ?
Question
Question
Question
Question
i want to know whether partitioning enabled or not in my database
Question
Question
Amira
Asked: June 14, 2016In: Oracle SQL
i have a beginner question in SQL how to concatenate two string or two values in sql?