随笔分类 -  mysql

摘要:yosemite系统用brew安装mysql可以参考: http://segmentfault.com/a/1190000000438233安装mysqldb: pip install mysql-python简单例子import MySQLdb as mdbimport systry: co... 阅读全文
posted @ 2015-05-30 23:53 Jolin123 阅读(358) 评论(0) 推荐(0)
摘要:字符串第一个位置下标为1ASCII(str): 返回最左边字符的ASCII代码值CONV(N, from_base, to_base): 在不同基数之间转化数字,返回数字N的字符串数字,如果任何参数为NULL则返回NULL。如果to_base是一个负数,则被认为是一个有符号数。mysql> sele... 阅读全文
posted @ 2014-11-02 15:07 Jolin123 阅读(178) 评论(0) 推荐(0)