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
↧