On 29 Aug 2018, at 4:59pm, Simon Slavin <slav...@bigfraud.org> 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
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to