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

    Relevance searching across multiple tables

    I've joined several columns from several tables, and I would like to perform a relevance match against these multiple columns. It looks something like this: SELECT * FROM table1 LEFT JOIN table2 ON table1.column1 = table2.column1 WHERE MATCH ( table1.column4, table2.column2) AGAINST ('%test%')...

Part and Inventory Search

Back
Top