heya,
To what i have read so far, we can't assign an SQl query statement to a variable that can be used afterwards, i.e.
A=select ...from... where...
then,
select...from A where...
thus we end up using nesting queries which i found so cumbersome
is there any reason behind this implementation decision which i can't see especially when the nesting queries are not dependent
thanks