Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1750525
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间:2017-10-17 14:27:02

推荐一个在线学习sql的网站,https://sqlbolt.com/附上我自己做的答案:LESSION 1:SELECT title FROM Movies;SELECT director FROM Movies;SELECT TITLE , director FROM Movies;SELECT TITLE , YEar FROM Movies;SELECT * FROM MOVIES;LESSION 2:SELECT * FROM movies WHERE id=6;SELECT * FROM MOVIES WHER.........【阅读全文】

阅读(2784) | 评论(0) | 转发(0)

发布时间:2017-01-04 19:37:25

Starting new blog series – explanation of various configuration parameters.I will of course follow no schedule or order – if I'd had to – it would be my job, and in this way – it's fun.First configuration parameter to write about is checkpoint_completion_target. First, let's th.........【阅读全文】

阅读(1484) | 评论(0) | 转发(0)

发布时间:2016-12-29 10:12:47

原帖地址:https://blog.interlinked.org/tutorials/postgresql.htmlFor me PostgreSQL is the most amazing (open source) database around. Eventhough, there is much interest in stripped down NoSQL databases like key-valuestores or “data structure servers”, PostgreSQL continues to innovate at theS.........【阅读全文】

阅读(1430) | 评论(0) | 转发(0)

发布时间:2016-12-10 22:58:33

这一篇postgresql 和MS sqlserver的对比真心牛啊。可惜不知道作者。https://www.pg-versus-ms.com/......【阅读全文】

阅读(1315) | 评论(0) | 转发(0)

发布时间:2014-06-03 16:47:53

点击(此处)折叠或打开curl -O http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpmrpm -ivh pgdg-redhat93-9.3-1.noarch.rpmyum install postgresql93-server postgresql93-contribservice postgresql-9.3 initdb.........【阅读全文】

阅读(3572) | 评论(1) | 转发(0)
给主人留下些什么吧!~~

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

回复  |  举报
留言热议
请登录后留言。

登录 注册