摘要: postgresql IN ,NOT IN,EXISTS,NOT EXISTS 阅读全文
posted @ 2016-06-26 15:51 alianblog 阅读(17713) 评论(0) 推荐(1) 编辑
摘要: postgresql使用order by排序,group by分组,offset和limit实现分页 阅读全文
posted @ 2016-06-26 14:44 alianblog 阅读(17486) 评论(0) 推荐(0) 编辑
摘要: postgresql模糊查询和正则表达式查询 阅读全文
posted @ 2016-06-25 22:48 alianblog 阅读(6324) 评论(0) 推荐(0) 编辑
摘要: postgresql常用的简单查询 阅读全文
posted @ 2016-06-25 22:03 alianblog 阅读(2755) 评论(0) 推荐(0) 编辑
摘要: postgresql之INSERT表 阅读全文
posted @ 2016-06-24 07:41 alianblog 阅读(3625) 评论(0) 推荐(0) 编辑
摘要: postgresql多种建表方式,如create table (like parent table),create table as table,select into table,create table new_table as select 阅读全文
posted @ 2016-06-22 22:39 alianblog 阅读(11640) 评论(0) 推荐(0) 编辑
摘要: 当表越来越大,读写性能就会受到严重影响,通过触发器,存储过程和继承表实现表分区,将数据均匀分布,可提升大表的读写性能 阅读全文
posted @ 2016-06-22 21:42 alianblog 阅读(3673) 评论(0) 推荐(0) 编辑
摘要: postgresql继承表 阅读全文
posted @ 2016-06-21 21:47 alianblog 阅读(7073) 评论(0) 推荐(0) 编辑
摘要: postgresql临时表temporary table和无日志表unlogged table 阅读全文
posted @ 2016-06-21 21:21 alianblog 阅读(6113) 评论(0) 推荐(0) 编辑
摘要: postgresql外键约束foreign key 阅读全文
posted @ 2016-06-19 18:41 alianblog 阅读(20683) 评论(0) 推荐(1) 编辑