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