I need to do this
DELETE FROM konta WHERE taken != ''
But != doesn't exist in mysql. Anyone know how to do this?
|
|
The != operator most certainly does exist! It is an alias for the standard Perhaps your fields are not actually empty strings, but instead To compare to |
|||||||
|