I want to select records without mentioning the column name. Because a table which is having run time generated columns. so we r not able to select records using the column name.
Thanks in Advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Subramanyam RompicherlaPosted Jul 2, 2009, 2:43 AM
if You know the table name you can select the records
"SELECT * FROM
you can get all columns and rows of the data in that table
if you have any doubt please let me know