Hi
I need help with a procedure , which checks for a value ina tableA.col , if the value is true then executes the next procedure. How do we write a procedure to check for the value in the table and wait for next execution..
Mili
Hi,
I want the above code to work for one more condition. I got a string like ('246,224,224,232'). When a value is repeated this is not working. Any ideas ????
Thanks
Mili
Hi
I need sort a string of numbers. The input is like '140,120,130,110' I need the output as a sorted string like ('110,120,130,140'). The String will have 1 to 4 vaules , and not more than 4 . And the number is always 3 characters long (110) . I need write a function or procedure to sort. How...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.