sql语句--查询语句(MySQL)
1.截取字符串
left(str, length),right(str, length),substring(str, pos, length)
原文:http://www.jb51.net/article/27458.htm
2.顯示查詢結果的前100條
select * from tbl limit 100;
3.將varchar轉換成int
類型:BINARY、CHAR、DATE、DATETIME、DECIMAL、SIGNED [INTEGER]、TIME、UNSIGNED [INTEGER]
select server_id from cardserver where game_id = 1 order by CAST(server_id as SIGNED) desc limit 10
select server_id from cardserver where game_id = 1 order by CONVERT(server_id,SIGNED) desc limit 10
參考:http://blog.sina.com.cn/s/blog_4550f3ca0101qa3l.html
4.python 讀入中文txt亂碼
Python連接MySQL是加上參數 charset=utf8
參考:http://ju.outofmemory.cn/entry/126
轉載于:https://www.cnblogs.com/froid/p/5079023.html
總結
以上是生活随笔為你收集整理的sql语句--查询语句(MySQL)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 银行柜台几点下班
- 下一篇: 微软推出 AI 服务 Code Opti