HELP - need a function like MID in access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tingirl76
    New Member
    • Nov 2006
    • 2

    HELP - need a function like MID in access

    I am looking for a function that behaves like the MID function in access. I need to return all values in a column that has a specific charater in a specific location within the string. Example: I need to return all rows that have the number 2 in the fourth position of column TEXT.
  • tingirl76
    New Member
    • Nov 2006
    • 2

    #2
    Originally posted by tingirl76
    I am looking for a function that behaves like the MID function in access. I need to return all values in a column that has a specific charater in a specific location within the string. Example: I need to return all rows that have the number 2 in the fourth position of column TEXT.

    Nevermind I got it....SUBSTRING (expression, startposition, length).....tha nk you anyway!!!

    Comment

    Working...