Python中使用SQLAlchemy鏈接Mysql數據庫2(多表鏈接操做)

http://blog.csdn.net/u011573853/article/details/51355113 在上面咱們已經說了單表的一些操做,如今咱們說一下多表的鏈接python >>> from sqlalchemy import distinct >>> from sqlalchemy.orm import aliased >>> Astu = aliased(Stu,'Astu') >
相關文章
相關標籤/搜索