i have a join query that using aggregate function MAX and its output
look like (103,)  or  (None, ),  How check that out of that query is
not None. ??
<saju_m> i know we can not use --> if result:    ,  only option is i
think ---> if result[0]:  ,  Any other way ?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to