In mysql
, I could select custom none field from table static as this:
select brand, name, "10" as age from cars
How do I do the same for sqlAlchemy
?
Thanks!
In mysql
, I could select custom none field from table static as this:
select brand, name, "10" as age from cars
How do I do the same for sqlAlchemy
?
Thanks!