How can I select a group of records from a table that includes the ";" in a specific column.
Example:
Column1 Column2
David 978-555-5555
Tom;Harry 617-555-5555
I would only want to select the second record. Also is it easy to change this to select the one that doesnt as well?
Example:
Column1 Column2
David 978-555-5555
Tom;Harry 617-555-5555
I would only want to select the second record. Also is it easy to change this to select the one that doesnt as well?