Hi friends ,
I need to Delete from table with conditions :
Example of my query!!!
Delete from TAble A where Input_type like 'COLD%' and Input_type like 'ChartMover%'
when I try to exceute the above query the result show '0 rows affected'
where as when I try to check using "selete" actually there are records with "Input_type like 'ChartMover%'"
But my delete is not working with same column to delete with 2 different likes??
IS my query incorrect??
Can anyone suggest
Thanks in advance!!