저는 닷넷 땔감인데 그냥 화면만 만들면 되는 줄 알았는데 

데이터 바인딩까지는 해야해서 지금은 아주 복잡한 쿼리까진 아니지만 기초수준의 쿼리는 다룰 수 있게 되었네요 


다른분들도 SQL도 공부하시나요? 



select 'select area,count(area) from '+name+' where grade=''인서울'' group by area' 

from sys.objects 

where  name like '%java%' and type='U'