Does SWQL allow for temporary views to be created using the WITH command?
If so, is it used in a similar way to SQL?
NoYou can CTE but i've not seen it documented really. You can stick it in the FROM statement or the JOIN bit, possibly in the WHERE, bracketed in each case
No WITH command in the same way though