Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

khianvictorycalderon/sql-group-by

Repository files navigation

SQL Group By

Compresses the rows into countable quantity (Basically multiple COUNT()).

Previews

PostgreSQL Preview 1 PostgreSQL Preview 1

PostgreSQL Preview 2 PostgreSQL Preview 2

MySQL Preview 1 MySQL Preview 1

MySQL Preview 2 MySQL Preview 2

Prerequisites

  • PHPMyAdmin (Usually with XAMPP, for MySQL)
  • PostgreSQL Server (Local, for PostgreSQL)

Clone:

  1. Clone this repository git clone https://github.com/khianvictorycalderon/sql-group-by.git

Run:

  • For MySQL, go to http://localhost/phpmyadmin (if using XAMPP), then select your database then run the query.
  • For PostgreSQL, go to pgAdmin, then select your database and server, then run the query.

About

Basically compressing rows with aggregated functions (Equivalent to multiple COUNT())

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors