On 29 Aug 2018, at 4:59pm, Simon Slavin <[email protected]> wrote:
> You can use this structure:
>
> SELECT (first SELECT), (second SELECT)
Better still in your case, you can use
SELECT (first SELECT) as Total, (second SELECT) as Late
Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

