I have the following path information in a path field in a table:
f:PropertiesStreetsAbbott Rd RearAbbott Rd Rear 1245
f:PropertiesStreetsAbbott Rd RearAbbott Rd Rear 2019
f:PropertiesStreetsAbbott RdAbbott Rd 1201
f:PropertiesStreetsAbbott RdAbbott Rd 1219
What syntax do I put in query to return the following:
Abbott Rd Rear 1245
Abbott Rd Rear 2019
Abbott Rd 1201
Abbott Rd 1219
The portion of the field I’m looking for always appears after the 4th (right slash)
Thanks, John