Answer Posted / kiran
send me the answers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are all the ddl commands?
How can I speed up sql query?
what is the different between now() and current_date()? : Sql dba
What is an index in sql with example?
Does sql*plus have a pl/sql engine?
What are tuples in sql?
What are the disadvantages of file system?
What is the difference between inner join and natural join?
What are the different types of tables in sql?
Is sql dba a good career? : SQL DBA
How to rename a table?
How to combine two stored procedures in sql?
how to drop an existing table in mysql? : Sql dba
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
List different type of expressions with the example.