View Single Post
  #10 (permalink)  
Old 06-12-09, 09:18
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,407
Quote:
Originally Posted by amitbora27
Can you please tell me how do I fetch the data what I want from the query output?
What r937 means: by simply listing the columns you want

For details see the manual: http://dev.mysql.com/doc/refman/5.0/en/select.html

Using SELECT * for anything else than ad-hoc queries is a bad idea
Reply With Quote