Hello All,
I have a table called PipeSummary and has a column called LineName. This column is of varchar data type, size 100. This column has the data which includes special characters. This is the sample data in linename column.
BROG- ABRAMS #100 REROUTE
CONOCOPHILLIPS-MUDGE FEDERAL #1E
I need to find out all the linename records that has special characters and those special characters have
ASCII value > 127.
Please help me with the query. Any help is much appreciated.