L
Leslie M
I need to write a query to help me clean up some letter codes in my database.
The codes could have any of the following formats...
XY001.01
AP002
SDFJ003.01
JUOI005
I would like the query to return everything to the left of the decimal
point, so the data returned would look like this...
XY001
AP002
SDFJ003
JUOI005
Thanks in advance for your help.
The codes could have any of the following formats...
XY001.01
AP002
SDFJ003.01
JUOI005
I would like the query to return everything to the left of the decimal
point, so the data returned would look like this...
XY001
AP002
SDFJ003
JUOI005
Thanks in advance for your help.