Hello
Can anybody help me please?
I want to concat 4 data strings (all on same row) into one string (call it MATCH for ease of ref). This action to repeat for all rows in the MySQL database.
Where any 'MATCH' string matches any other MATCH string in the database then return the MATCH strings together with several other data values in the same rows. (Sounds like it needs a temporary Field to store the MATCH values or is it best to be within the Query??).
I have set up a MySQL ODBC driver and I wish to pull the results using MS Query on Excel (it works, I can pull the whole Table from the web host). If you are not familiar with MS Query etc, but you could provide the SQL for carrying out the above action directly on the MySQL db then that would be great.
For simplicity please refer to the data values as ... d1, d2, d3, etc.
Hope above makes sense, if not just let me know?
Many Thanks
GraHal
Can anybody help me please?
I want to concat 4 data strings (all on same row) into one string (call it MATCH for ease of ref). This action to repeat for all rows in the MySQL database.
Where any 'MATCH' string matches any other MATCH string in the database then return the MATCH strings together with several other data values in the same rows. (Sounds like it needs a temporary Field to store the MATCH values or is it best to be within the Query??).
I have set up a MySQL ODBC driver and I wish to pull the results using MS Query on Excel (it works, I can pull the whole Table from the web host). If you are not familiar with MS Query etc, but you could provide the SQL for carrying out the above action directly on the MySQL db then that would be great.
For simplicity please refer to the data values as ... d1, d2, d3, etc.
Hope above makes sense, if not just let me know?
Many Thanks
GraHal