Hello, how to write a query - to exclude the field that starts with INGselect * 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 records but the numbers will change)
↧