Latest Activity

code

Only first 10000 row by execute view available!!!

I received only first 10000 rows from execute view, but my source contains 2000000!

view

code

using view in where clause

Can I access a view in a where clause as follows: where clause ========== view1.id in ( select id from view2 ) where view2 is a cached base view with query

view