Jump to content

mysql query issue


jarvis

Recommended Posts

Hi,

 

I have a structure like so:

 

id | field_id | user_id | value

1 | 1 | 1 | fred smith

2 | 2 | 1 | [email protected]

3 | 3 | 1 | 123456

4 | 1 | 1 | joe bloggs

5 | 2 | 1 | [email protected]

6 | 3 | 1 | 987654

 

What I'd like to do is return a query like this:

fred Smith | [email protected] | 123456

joe bloggs | [email protected] | 987654

 

I'm just stumped how to do it! Any help is much appreciated.

 

TIA

Link to comment
https://forums.phpfreaks.com/topic/224530-mysql-query-issue/
Share on other sites

The only suggestion I can make from looking at what's available is (if they all have the same number of records) increment a counter and use its value to indicate where to insert the <br> or </tr><tr> or whatever it is you'll use to format it.

Link to comment
https://forums.phpfreaks.com/topic/224530-mysql-query-issue/#findComment-1159816
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.