Bill and Ted are taking a road trip. But the odometer in their car is broken, so they don't know how many miles they have driven. Fortunately, Bill has a working stopwatch, so they can record their speed and the total time they have driven. Unfortun
问题描述
在Python中使用pymysql出现如题警告:
/home/data/anaconda3/lib/python3.7/site-packages/pymysql/cursors.py:170: Warning: (1681, 'Integer display width is deprecated and will be removed in a future release.')
result = self._query(query)
解决方案
创建表格时INT(M)这种用法
问题描述
在Python中使用pymysql出现如题警告:
/home/data/anaconda3/lib/python3.7/site-packages/pymysql/cursors.py:170: Warning: (1681, 'Integer display width is deprecated and will be removed in a future release.')
result = self._query(query)
解决方案
创建表格时INT(M)这种用法