Hi,
I will need a hint on how to write a mssql query.
I will like to run two SQL query as one query.
1) Select * from xxx where yyy=000 from zzzz
2) select user , sum(aaa+bbb) from xxx where hhh=4
i would like to run the second query on the result i will get from query 1. I'm not sure which function to use.
Thx
