环境: python 2.7
mysql 5.5
代码如下:
前面代码略:
cursor.execute("select AUCR_ID from base_auctioneer_info where base_auctioneer_info.AUCR_ID > 1518")
auc_id =cursor.fetchall()
print auc_id
执行得到的结果如下:
这是公司的ID,后面为什么会多一个 L,搞不懂是什么原因?
请各位大佬帮忙看一看!
qq_笑_17
DIEA