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 bkrike 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: *

  • Users: devnull4u
  • Content: Threads
  • Order by date
  1. devnull4u

    How to select via last digit in numeric field?

    The following statement is attempting to select each record where the numeric MemberID_ field ends in the number 1 and the member belongs to a particular list. select * from members_ where 'members.MemberID_' like %1 and 'members.List_' = 'listname' Unfortunately, it seems that the numeric...

Part and Inventory Search

Back
Top