| Author: Manick 06 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
string variable or any column name from the table?
If a column name means, you can simply write the following query..
select column_name from table_name
Note: If it is not correct, clarify your question again with more information..
Regards, Manick
|
| Author: Anil Kumar Pandey 06 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
if it is of that type you can get the details.
Thanks & Regards Anil Kumar Pandey
|
| Author: Nagarajan 06 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
Use Join query like
select a.cloumnname from tablename a;
Regards Naresh
Regards,
Naresh
Don't Scream for a Change... Become a Change..
Do not forget to Rate the post..
|
| Author: Deepika Haridas 06 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Yes you can.
Thanks & Regards, Deepika Editor
If U want to shine like a SUN..First U have to burn like the SUN!! Need a Guide? Join my mentor program..
|