How do I search for the comma character within data stored in SQL Server?
- by Fred
I have some data that I needs to be searched for the comma character.
example entry I need to locate in the field Citation in the Citations table:
This is sometimes true, Textual Reference
In the end, I'm looking to extract Textual Reference
Selecting the column with the data:
select Citation from Citations;