真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

postgresql常用的sql語句分享

這篇文章主要介紹“postgresql常用的sql語句分享”,在日常操作中,相信很多人在postgresql常用的sql語句分享問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”postgresql常用的sql語句分享”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!

創(chuàng)新互聯(lián)公司-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比西固網(wǎng)站開發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫,直接使用。一站式西固網(wǎng)站制作公司更省心,省錢,快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋西固地區(qū)。費(fèi)用合理售后完善,十余年實(shí)體公司更值得信賴。

sql語句

15個(gè)常用的語句:
1.select relname,relpages from pg_class order by relpages desc
2.selecr pg_database_size('數(shù)據(jù)庫名')
3.select pg_size_pretty(pg_total_relation_size('表名‘))
4.\d 表名
5.create index name on table using index_type(colum)
6.rollback,commit
7.explain query
8.explain analyze query 
9.insert into number(num) values (generate_series(1,1000))
10.select count(*) from table ,select count(col_name) from table,
select count(distinct 列名) from table
11.slect MAX(num) from number_table where num < (select MAX(num) from number_table)
12.select MIN(col_name) from number_table where num >(select MIN(num) from number_table)
13.select typname,typlen from pg_type where typtype = 'b'
14.\g output_file,select * from table_name,\g
15.加密:select crypt('sathiys',gen_salt('md5'));
16.insert into WU(a1,b1) select generate_series(1,1000000),'aa';
17.select name,setting,short_desc from pg_settings where name like '%scan';

到此,關(guān)于“postgresql常用的sql語句分享”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識,請繼續(xù)關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編會(huì)繼續(xù)努力為大家?guī)砀鄬?shí)用的文章!


網(wǎng)頁名稱:postgresql常用的sql語句分享
網(wǎng)站鏈接:http://weahome.cn/article/ihesjj.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部