I have lots of saved linked queries (about 20 pieces) wich makes lots of transformation with data. For example, after the groupping action is done by one field it should be acted on the base of another field with some filters 

. As I`ve seen in MS help NESTED QUERIES wich could be supposed to be helpful in deciding this task are destined for a little bit another use. They are used for filtering data on the base of sql statement from multiple sources - not for consecutive data manipulating.
So, if the following transcription doesn`t work:
SELECT f1, f2, f3 FROM (SELECT f1, f2, f3), -
may I build only one big sql statement instead of weave lots of little ones?
(sorry for my english)



So, if the following transcription doesn`t work:
SELECT f1, f2, f3 FROM (SELECT f1, f2, f3), -
may I build only one big sql statement instead of weave lots of little ones?
(sorry for my english)