摘要: ######################################################from flask import Flask,render_templateapp = Flask(__name__)@app.route('/')def index(): pic = 'h 阅读全文
posted @ 2017-12-27 17:31 王亚锋 阅读(912) 评论(0) 推荐(0) 编辑
摘要: 1、Limit SELECT * from leader LIMIT 2; 2、like通配符 略 3、in IN 操作符允许您在 WHERE 子句中规定多个值。 SELECT * from leader WHERE phone IN('19000000007','19000000008') 4、b 阅读全文
posted @ 2017-12-27 14:07 王亚锋 阅读(167) 评论(0) 推荐(0) 编辑