
SQL
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
-
SQL: Add Unique Constraint on existing table
SQL: ALTER TABLE table_name ADD UNIQUE (col_name) ;原创 2010-08-11 16:48:00 · 781 阅读 · 0 评论 -
SQL: A example of creating a procedure
Following SQL shows you a simple example of creating a procedure原创 2010-08-17 21:22:00 · 681 阅读 · 0 评论 -
浅谈SQL Server中的三种物理连接操作
浅谈SQL Server中的三种物理连接操作4(共 4)对本文的评价是有帮助- 评价此主题 宋沄剑 2013年2月简介在SQL Server中,我们所常见的表与表之间的Inner Join,Outer Join都会被执行引擎根据所选的列,数据上是否有索引,所选数据的选择转载 2014-03-19 13:57:22 · 887 阅读 · 0 评论 -
Postgre: How to import UUID function into Postgre 9.3
1. Open a command console and go to the directory where you installed Postgre server.e.g. D:\Program Files\PostgreSQL\9.3\bin>2. Drill down into BIN folder and issue following command.psql -d -原创 2014-11-12 17:52:51 · 1273 阅读 · 0 评论