in reply to Re^5: OT - SQL choosing a schema for index tables
in thread OT - SQL choosing a schema for index tables

This is something like how the current system (in PHP) works, but it uses LIKE in the SELECT and sometimes returns incorrect results. I didn't know you could use REGEXP and I can see how it would fix that problem - thank you.

Your second suggestion could also work for me, but as you imply, it is not guaranteed that the query will contain a value for the single-value fields.

  • Comment on Re^6: OT - SQL choosing a schema for index tables

Replies are listed 'Best First'.
Re^7: OT - SQL choosing a schema for index tables
by poj (Abbot) on Aug 28, 2015 at 14:17 UTC