I have a table category which has two filed id (auto increment) and catname (string)
In some particular entry it has entered my user like
id | catname
1 | \\
2 | abcd
3 | \\
4 | >> asd
5 | \\
6 | \\
7 | \\
I want to delete this \\ entry but it is not found by select query
How do I delete this \\ entry ?
And I also use ‘php’ so any way to delete \\ entry by php or by phpmyadmin panel please help me.
You can use this query:
Fiddle: http://www.sqlfiddle.com/#!2/ef33d/1