Category Archives: postgresql

Khóa học miễn phí PostgreSQL – Useful Functions nhận dự án làm có lương

PostgreSQL – Useful Functions PostgreSQL built-in functions, also called as Aggregate functions, are used for performing processing on string or numeric data. The following is the list of all general-purpose PostgreSQL built-in functions − − The PostgreSQL COUNT aggregate function is used to count the number of rows in a database table. − The PostgreSQL […]

Khóa học miễn phí PostgreSQL – Unions Clause nhận dự án làm có lương

PostgreSQL – UNIONS Clause The PostgreSQL UNION clause/operator is used to combine the results of two or more SELECT statements without returning any duplicate rows. To use UNION, each SELECT must have the same number of columns selected, the same number of column expressions, the same data type, and have them in the same order […]