after tell procedure whole code he asked can i write the
same way in a function
Answer Posted / shekharjchandra
Can you please explain what your question mean ??
What is tell procedure ?
Who asked the whole code ?
please post correct questions
regards
j
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does dml mean?
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 do I sort a table in sql?
what is a table in a database ? : Sql dba
What is spool?
Can instead of triggers be used to fire once for each statement on a view?
What are the properties of a transaction?
What is cte?
What is data definition language?
what is an extent ? : Sql dba
How does postgresql compare to mysql?
What is an implicit commit?
What is difference between stored procedures and application procedures?
Is it important to partition hard disk?
What is the difference between union and union all command?