C
|
cgphp 7/14/2011 |
You can create a new field (text type) in your table and run a query like this:
|
Z
|
zeth385 author 7/14/2011 |
You can create a new field (text type) in your table and run a query like this:
|
Z
|
zeth385 author 7/14/2011 |
It works like a charm!!!!! Thank you so much!! |
Z
|
zeth385 author 7/14/2011 |
Nevermind, I just used CONCAT_WS(',',Field_1,Field_2,Field_3) and everyhing is perfect now... Thank you so much. |