Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mili3

  1. mili3

    Wait for the value to change in table and then execute next procedure

    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
  2. mili3

    Sort a string of Numbers

    This is absolutely perfect ! thank you .
  3. mili3

    Sort a string of Numbers

    Thank you !
  4. mili3

    Sort a string of Numbers

    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
  5. mili3

    Sort a string of Numbers

    Oh my god ! This is excellent & Brilliant solution. It works like magic for me. Thanks Mufasa !! I learnt something new today.
  6. mili3

    Sort a string of Numbers

    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...

Part and Inventory Search

Back
Top