有人用过pymysql么?遇到个问题_问答_ThinkSAAS
2015年6月25日 - 有人用过pymysql么?遇到个问题hex00 发表于 2015-06-25 21:14:55 这种方式可以取出mysql的数据: self.cursor.execute('call uuidproc(@uuid)') self.c...
有人用过pymysql么?遇到个问题 - 随意问技术百科
有人用过pymysql么?遇到个问题 0 投票这种方式可以取出mysql的数据: self.cursor.execute('call uuidproc(@uuid)') self.cursor.execute('select @uuid') r...