PSQuery Question
I was able to create psquery for below sql
select field1 from PS_TableA where condition 1
but how can I create PSQuery for below sql. Is it possible or not?
select z1.field1 from
(select field1 from PS_TableA where condition 1) z1
Thanks for your help
SC
0