Can I replace a query statement having a "LIKE" with a statement having "="
still getting the same functionality
Like for ex:-
SELECT * from teble_name WHERE name LIKE "%name%";
Keeping in mind the output of the query i want to replace this query with a
statement having "=" and no more "LIKE"
TIA
-Sharmad