码迷,mamicode.com
首页 >  
搜索关键字:postgrepsql    ( 8个结果
No function matches the given name and argument types. You might need to add explicit type casts postgrepsql数据库
今天在写项目的时候,遇到了一个比价头疼的问题: ifnull............. No function matches the given name and argument types. You might need to add explicit type casts 现在公司用的是po ...
分类:数据库   时间:2020-04-24 22:16:00    阅读次数:156
postgrepsql 常用命令
1、查看数据库及用户名 ./psql -l 2、以oftenlin 用户登陆 postgres 数据库 ./psql -d postgres -U oftenlin3、列举表,相当于mysql的show tables \dt4、查看表结构,相当于desc tblname,show columns f ...
分类:数据库   时间:2020-01-31 12:26:30    阅读次数:199
postgrepsql 查看单表大小
1. 在数据库中查单个表 2. 查出并按大小排序 3. 查出表大小按大小排序并分离data与index ...
分类:数据库   时间:2018-03-30 19:58:07    阅读次数:843
postgrepsql 创建函数
-- 这里的CREATE OR REPLACE FUNCTION 为固定写法: "public"."function_info_a1" 这个为函数名 CREATE OR REPLACE FUNCTION "public"."function_info_a1"(d1 varchar, d2 varch ...
分类:数据库   时间:2017-10-29 00:41:36    阅读次数:410
PosttgreSQL快速入门:PostgreSQL的安装和配置
一、在CentOS上安装PostgreSQL数据库 下面我们就以CentOS系统为例,给大家讲解一下PostgreSQL的安装过程。 1.使用yum安装postgresql 2.初始化postgresql数据库 [pengchengxiang@localhost ~]$ sudo service postgresql initdb Initializing database: [  OK  ] 2...
分类:数据库   时间:2015-11-17 01:45:53    阅读次数:3731
python 连接PostgrepSQL
参考链接:http://www.cnblogs.com/qiongmiaoer/archive/2013/09/30/3346984.htmlpsyCope官方文档:http://initd.org/psycopg/docs/usage.html#passing-parameters-to-sql-...
分类:数据库   时间:2015-09-09 17:22:16    阅读次数:782
python 连接PostgrepSQL
参考链接:http://www.cnblogs.com/qiongmiaoer/archive/2013/09/30/3346984.htmlpsyCope官方文档:http://initd.org/psycopg/docs/usage.html#passing-parameters-to-sql-...
分类:数据库   时间:2015-09-09 16:43:36    阅读次数:173
AWS - RDS
AWS提供了2种数据库,RDS和DynomoDB,前者是传统的关系型数据库,目前包括Mysql,PostgrepSQL,Oracle和MSSQL;后者是NoSQL;豆子以MySQL为例,把AWSRDS的基本功能过一遍。接下来会演示以下功能:如何创建MySQL实例如何通过EC2连接MySql实例如何创建ReadReplica如何PromoteReadR..
分类:其他好文   时间:2014-07-29 15:37:49    阅读次数:699
8条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!