Is there a way to build a Query object in SQLAlchemy which will be the equivalent of:
Query
SELECT * FROM (VALUES (1, 2, 3)) AS sq;
I suggest my version of zzzeek's snippet which
None
NULL
column
ARRAY
How to make use of bindparam() in a custom Compiled expression?