I have a column (PRODUCTNUMBER
) of type VARCHAR
that can contain data like this:
SEC123456
SEC-123456
12-35-46
123456
Is it's possible to run a SQL Server query where I only send '123456' as my search data and will get a match for all of the rows that PRODUCTNUMBER
has this data in it (even if PRODUCTNUMBER
data contain characters like 'SEC123456'
)?