Answers for "T-SQL look for records with a hex value in a text field"

SQL
0

T-SQL look for records with a hex value in a text field

where  CONVERT(varbinary(202), Description) like '%' + char(0xFD) + char(0xFF) +'%'
Posted by: Guest on March-14-2022

Code answers related to "T-SQL look for records with a hex value in a text field"

Code answers related to "SQL"

Browse Popular Code Answers by Language