Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Exclude the data starts with ING

$
0
0
Hello, how to write a query - to exclude the field that starts with ING select * form table where ID NOT LIKE 'ING%' ? I want to exclude ING from all the records? Data - for ID looks like ING10000-11999 (ING is same for all the record

Viewing all articles
Browse latest Browse all 3145

Trending Articles