Jump to content

print values in order


divinequran

Recommended Posts

Hi,

 

I have selected mysql database table values as following

client    amount month      year

joe       $50    January    2005
nick      $52    Feburary   2005
rubble    $49    march      2005
nick      $52    January    2005
nick      $52    March      2005
rubble    $42    Feburary   2005
joe       $30    January    2006
nick      $32    Feburary   2006
rubble    $39    march      2006
som       $39    April      2006
joe       $25    January    2006
nick      $22    Feburary   2006
rubble    $19    march      2006
som       $19    April      2006
joe       $52    Feburary   2005
joe       $52    march      2005
rubble    $40    January    2005

 

I want the above values to print as

2005        Joe   Nick  rubble  

January     $50    $52   $49
Feburary    $52    $52   $40 
March       $52    $52   $40

 

and so on for each year in different table. The year as field type for month and client as field type for amount.

Link to comment
Share on other sites

I have tried with group by and order by. i list the value as in first table i want those data to be printed in specified order as i mentioned earlier.

 

That is great that you tried. But post the code you are using to try with. Maybe then you will get your problem resolved.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.