Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Linux, Apache, MySQL > MySQL Help

MySQL Help Post any question relating to MySQL here and hopefully someone can help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-08-11, 03:16 PM
Junior Member
 
Join Date: Aug 2007
Posts: 1
rotemblu is on a distinguished road
Default sorting table by index

I have a table with answered questions that looks like that:
1 answer 1
1 answer 2
1 answer 3
1 answer 4
.
.
.
2 answer 1
2 answer 2
2 answer 3
2 answer 4
.
.
ect

and I want it to transform it to a table like this:
answers 1 answers 2 answers 3 answers 4 ...
1 answer 1 answer 2 answer 3 answer 4 ...
2 answer 1 answer 2 answer 3 answer 4 ...

how do I do that?
thanks!!!


Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 2007-08-29, 07:18 PM
Member
 
Join Date: Jun 2006
Posts: 55
flann is on a distinguished road
Default

select field
from table
order by field1, field2
__________________
flann
Free Mortgage Calculator | Debt Free
Reply With Quote
  #3 (permalink)  
Old 2007-10-22, 02:30 AM
Junior Member
 
Join Date: Oct 2007
Posts: 23
celon_php_master is on a distinguished road
Smile

if u put the table structure i might be able to help u or otherwise email me to buddhikaperera@hotmail.com
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:16 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.