标签: python sql sqlalchemy
例如:
sql = "select a, b, c from tb" rs = engine.execute(sql)
列' rs.cursor.description中的类型是python类型,而不是sql类型,所以我如何获得列' sql类型?
rs.cursor.description