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

    SAS EG 4.1 SQL REGEXP_LIKE Help

    I found the answer finally... the line of code that worked was: REGEXP_LIKE (AM.MESSAGE_TEXT,%unquote(%str(%')&Search_String%str(%')),'i')
  2. dc88310

    SAS EG 4.1 SQL REGEXP_LIKE Help

    Hi Everyone! Thanks for helping! I have SAS SQL code I am currently writing and I am banging my head against a solid brick wall right now. The code is below. In the code... you will see a regexp_like statement. This is where I am having difficulty. As a background... I am scraping text...

Part and Inventory Search

Back
Top