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.
HELP - need a function like MID in access
Collapse
X
-
Originally posted by tingirl76I 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