Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
Thanks for responding. I found an online application which does this job. It might be useful to you.
Click the URL given below and type a...
February 1, 2011 at 3:09 am
#1280804
This query will list the columns and tables in a database. But i want to take the table names and column names in SQL Query. I...
January 31, 2011 at 11:40 pm
#1280762
Hi Ramya,
I hope the below query should do the magic.
Select Current.RegionName, Previous.Answer, Current.Answer From
(select B.RegionName,
avg(D.Answer) as Answer
from Mst_Region...
January 30, 2011 at 11:19 pm
#1280253