MySQL
文章平均质量分 75
Neo Yin
这个作者很懒,什么都没留下…
展开
-
Qt 4.5 and MySQL-plugin with Mingw on Windows XP
This is meant to be a quick howto / tutorial on how to setup a build-environment for C++ / Qt with Qt Creator ( Trolltech / Nokias new Qt IDE) where you use Mingw to compile your applications and have转载 2012-02-29 09:33:48 · 537 阅读 · 0 评论 -
MySQL中字符串字段连接
1、Concat()函数 1.1 MySQL的concat函数可以连接一个或者多个字符串,如 mysql> select concat('10'); +--------------+ | concat('10') | +--------------+ | 10 | +--------------+ 1 row in set (0.00 sec) select concat转载 2012-05-11 10:20:13 · 2008 阅读 · 0 评论 -
优化MySQL语句的十个建议
Jaslabs的Justin Silverton列出了十条有关优化MySQL查询的语句,我不得不对此发表言论,因为这个清单非常非常糟糕。另外一个Mike也同样意识到了。所以在这个博客中,我要做两件事情,第一,指出为什么这个清单很糟糕,第二,列出我的清单,希望我的比较好些。继续看吧,无畏的读者们! 为什么那个清单很糟糕 1.他的力气没使对地方 我们要遵循的一个准则就是如果你要优化代转载 2012-05-25 09:56:59 · 415 阅读 · 0 评论