I want to delete weapons lines except blade lines so it should be like
but it's not working like that, i tried google but no useful results found yet, so i hope if you guys have know how can i build that query...
Thanks in advance.
PHP Code:
delete from _Table where _Column like 'WEAPON_CH%' except where _Column = 'WEAPON_CH_BLADE'
Thanks in advance.