T
Tony
Is there a way to have a query look for a delimiter and if it exists have it
print everything to the left of it? My example here is:
What I have:
792-3421/Bob Johnson
What I want to have:
792-3421
The delimiter I want to use is /.
Thank you in advance,
Tony
print everything to the left of it? My example here is:
What I have:
792-3421/Bob Johnson
What I want to have:
792-3421
The delimiter I want to use is /.
Thank you in advance,
Tony