PostgreSQL Common Technology Set

Source: Internet
Author: User
Tags postgresql

PostgreSQL Add a self-increment constraint

ALTER TABLE table_name ALTER COLUMN COLUMN_NAME SET default Nextval (' Seq_name ');

If you need to build a seq_name sequence,

How does the trigger function of PostgreSQL debug?

Self-addressed, equipped with debugger

can PostgreSQL insert multiple tables at the same time?
Open transaction

postgresql first determine if the field already exists in the table, does not exist then add?
Modify TABLE Structure statement: ALTER TABLE T_ZXXS_AJ add column C_bh VARCHAR
To determine if this field exists in the table: SELECT COUNT (*) from Information_ Schema.columns WHERE table_name = ' t_zxxs_aj ' and column_name= ' C_ah '
I wonder if I could combine it with case?

PostgreSQL Common Technology Set

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.