DELETE FROM products
WHERE product='ebook' AND price='12'
I wrote that and I get an error msg:
"Msg 402, Level 16, State 1, Line 1
The data types text and varchar are incompatible in the equal to operator."
why?
I placed the same name as the column name :\
...
Go to the complete details ...