Changes between Version 2 and Version 3 of Ticket #1293, comment 1
- Timestamp:
- Jul 31, 2019, 1:11:25 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1293, comment 1
v2 v3 4 4 select condense + over i in [0:4] 5 5 where avg_cells(a[0:99,0:99,i[0]]) > 30 6 using a[0:99,0:99,i ]6 using a[0:99,0:99,i[0]] 7 7 from test_grey3d as a 8 8 }}}