pyrequest
pyrequest copied to clipboard
在mysql_db中的插入的data中,'limit'字段为什么会加个引号
因为 'limit' 在SQL 中是关键字。 所以要加 "`" 符号