I have 2 requirements
1.) Fetch the records where Charge_Capture_Primary_Code != '00550'
2.) Fetch the records where Charge_Capture_Primary_Cod not in the range 00560-00580
Select top 100 * FROM TBL where Charge_Capture_Primary_Code not in ( '00550 ' )