i want to display 1 to 10 numbers using one select statement.
Answer Posted / manoj
select level from dual connect by level<=10
| Is This Answer Correct ? | 113 Yes | 18 No |
Post New Answer View All Answers
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
how to convert character strings to dates? : Sql dba
how to present a past time in hours, minutes and seconds? : Sql dba
Where the sql database files are stored?
what is the stuff function and how does it differ from the replace function? : Sql dba
How many types of triggers are there in pl sql?
What is dbo in sql?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
How does sql profiler work?
Why do we need pl sql?
What is normalization in sql?
what are tables and fields? : Sql dba
How do I truncate a sql log file?
what are null values? : Sql dba
how do you login to mysql using unix shell? : Sql dba