select*from employ where name like '%roy%'
result is
adf roy dff
asd roy
roy fgg
suproyto
i want that only roy on spaces on both sides should come as result
as in my example suproyto should not come in result
kindly suggest any modification in query
result is
adf roy dff
asd roy
roy fgg
suproyto
i want that only roy on spaces on both sides should come as result
as in my example suproyto should not come in result
kindly suggest any modification in query
Comment