i need to list the contents of a very huge table. now i use the query SELECT * to do it. but the result is not understandable. rows are overlapped in the result.
kindly provide a solution for doing this. is there any other way rather than using SELECT *??
NB: I want the whole table to be displayed using a single qery. and not like using select (name, id etc) from table name and going for the next set of columns in another select.
Kindly help me if you know a solution
kindly provide a solution for doing this. is there any other way rather than using SELECT *??
NB: I want the whole table to be displayed using a single qery. and not like using select (name, id etc) from table name and going for the next set of columns in another select.
Kindly help me if you know a solution
Comment