Content Explore

《SQL Cookbook》

Published : 2008-11-12 Categories : Software Tags : SQL DB2 MySQL Oracle PostgreSQL Database Cookbook O'Reilly MSSQL Read
来自 O'Reilly 的Cookbook系列,很多人将其翻译成“锦囊妙计”系列。
这本书应该有 100+ 妙计吧,分别提供 Oracle,MySQL,PostgreSQL,SQL Server,DB...

MySQL Query Browser, Official GUI tool to query MySQL database

Published : 2008-06-02 Categories : Software Tags : MySQL Client GUI Query Linux
MySQL Query Browser:
Official GUI tool to query MySQL database
MySQL Query Browser is a visual datab...

MySQL Administrator, Official GUI tool for intuitive MySQL administration

Published : 2008-06-02 Categories : Software Tags : MySQL Administrator Client GUI Linux
MySQL Administrator:
GUI tool for intuitive MySQL administration
MySQL Administrator is a powerful v...

MySQL Navigator, MySQL DBMS GUI

Published : 2008-06-02 Categories : Software Tags : MySQL Client GUI Linux
MySQL Navigator is MySQL database server client program.
You can enter query, get result set,
edit s...

从字符串中删除不需要的字符[SQL]

Published : 2007-12-21 Categories : Tech Tags : Replace Translate SQL DB2 MySQL SQL Server Oracle PostgreSQL
O'Reilly , SQL Cookbook
by Antbony Molinaro
解决方案:replace(), translate()
DB2
select ename,
replace(tr...

基于mysql + php 的 utf-8 应用

Published : 2007-03-14 Categories : Tech Tags : MySQL PHP UTF-8
SmartKit 0.0.26实现了utf-8的应用,小结一下:
utf-8是unicode的一种变长字符编码,由Ken Thompson于1992年创建。utf-8用1到6个字节编码unicode字...

MySQL trigger

Published : 2006-08-20 Categories : Tech Tags : MySQL Trigger
1.MySQL 5.0.2及其以上版本开始支持trigger
2.目前MySQL 5.0系列的最新版本是 5.0.24(MySQL 5.1系列还处于beta)
3.新的MySQL手册中把触发器和事务处...

Apache 2.0.58 + PHP 5.1.4 + MySQL 5.0.21

Published : 2006-05-30 Categories : Life Tags : Apache PHP MySQL Install Setting Windows
重装 Windows XP ENG SP2
接下来开始漫长的 IBM Software Installer ... 同时开始 wsus update 和 应用程序安装 ...
一直以来大多用 PHP ...