User Profile

Collapse

Profile Sidebar

Collapse
lstrudeman
lstrudeman
Last Activity: Jun 8 '07, 08:27 PM
Joined: Jun 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lstrudeman
    replied to Deciphering INSTR Code
    Thanks... I was able to get a better understanding of the INSTR command through all your help.. I also gathered...

    As you probably know, INSTR finds the starting position of a string within another string. The parameters are INSTR(char1, char2, x, y)
    char1 is the string to search
    char2 is the string to look for
    x is position in char1 to begin the search (so your code is starting at the beginning)
    y is the...
    See more | Go to post

    Leave a comment:


  • lstrudeman
    started a topic Deciphering INSTR Code

    Deciphering INSTR Code

    Hello;

    A friend gave me this syntax and they are unavailable at the moment and I need this asap. I am trying to figure out how SQL figures this out. Below the syntax takes a field in a file and breaks apart the pieces of the key for other uses. The field looks like this 1234567*AWD*07F A (or 1234567*FPER*07 FA). I just need to understand how the numbers behind the TA_2007_ID field work to break apart they key?? The first one is easy.....
    See more | Go to post

  • INST Command and help breaking apart Syntax (SQL/Oracle

    Hello;

    A friend gave me this syntax and they are unavailable at the moment and I need this asap. I am trying to figure out how SQL figures this out. Below the syntax takes a field in a file and breaks apart the pieces of the key for other uses. The field looks like this 1234567*AWD*07F A (or 1234567*FPER*07 FA). I just need to understand how the numbers behind the TA_2007_ID field work to break apart they key?? The first one is easy.....
    See more | Go to post
No activity results to display
Show More
Working...