Hi,
SELECT IdActe, "coucou"
FROM `acte`
WHERE 1
How to attach a string to each result of a query ?
i try that but it doesn't work :(
s = model.session.query(milieu, model.Dossier.NomEntreprise,
model.Dossier.AgendaSensGroupement, model.Dossier.AgendaUnite, *"Coucou"*)
Thx
Chris
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.