Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mntech

    "like" comparison on field name (not on a literal)

    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...

Part and Inventory Search

Back
Top