What are the sql commands?
When you have to use a default "rollback to" savepoint of plvlog?
When should I use nosql database?
What are the types of queries in sql?
Is sql harder than python?
What are different methods to trace the pl/sql code?
How can I change database name in sql?
What is the difference between row level and statement level trigger?
how many groups of data types? : Sql dba
What are expressions?
how mysql optimizes distinct? : Sql dba
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Explain the working of foreign key?
what is unique key constraint? : 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