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

    REGEXP in string search

    swampBoogie: very good, it works. I had to make a slight mod though, as I need with and without the dash, so here it is: select * from t where c like '$partNum%' replace(c,'-','') like 'partNum%' Thanks, Eric
  2. ejennings

    REGEXP in string search

    I am trying to perform a search using REGEXP on a part number field in a parts table, where some of the parts have dashes. i.e. NZ-23456 I need to ignore the dashes. It is common for the customer to enter the beginning of a part number, such as "NZ2", and the part number NZ-23456...

Part and Inventory Search

Back
Top