thanks AM! 

i know that a join have the same effect (that's why i
already told it's probably stupid question), but i was wondering if the
select ... from tbl1, tbl2 is possible using SA. that's all :) 

cheers,


richard. 

Em 2014-03-19 20:11, AM escreveu: 

> On 03/19/2014 02:07
PM, Richard Gerd Kuesters wrote:
> 
>> hi, i have a simple stupid query
question, which i didn't found any examples. let's say i have table A
and B, and would like to reproduce in SA the following SQL: SELECT A.*,
B.* FROM A, B WHERE A.b_id = B.id i would probably need a new fuse, too
... best regards, richard. -- You received this message because you are
subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from
this group and stop receiving emails from it, send an email to
sqlalchemy+unsubscr...@googlegroups.com [1]
sqlalchemy+unsubscr...@googlegroups.com>. To post to this group, send
email to sqlalchemy@googlegroups.com [2] sqlalchemy@googlegroups.com>.
Visit this group at http://groups.google.com/group/sqlalchemy [3]. For
more options, visit https://groups.google.com/d/optout [4].
> 
>
http://docs.sqlalchemy.org/en/rel_0_9/core/tutorial.html#using-joins
>

> HTH
> AM
 

Links:
------
[1]
mailto:sqlalchemy+unsubscr...@googlegroups.com
[2]
mailto:sqlalchemy@googlegroups.com
[3]
http://groups.google.com/group/sqlalchemy
[4]
https://groups.google.com/d/optout

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to