I have both a Last_name and a Full_name column on my table. I need to verify that the Last_name is, in fact, also included in the full_name. I tried to use a like operator
(e.g. select * from table where full_name like '%last_name%';) but I am not getting expected results. I think I end up...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.