Jump to content

The concatenate command -


topshelfbleu

Recommended Posts

Hi

I have a table that looks like

 

userid  qnum1  qnum2 qnum 3

1              a          b        c

2              d            a        f

 

I want to create a new table using this data but organised in a different format  i.e.

Answers

"userid","columnamefrom table1", "answer"

 

So this would look like

 

Answers

1;1;a

1;2;b

1;3;c

2;1;d

2;2;a

2;3;f

 

Is concatenate the way to go here?

 

 

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/217206-the-concatenate-command/
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.