Joins 2 tables with condition on the other table.
- PHPMyAdmin (Usually with XAMPP, for MySQL)
- PostgreSQL Server (Local, for PostgreSQL)
- Clone this repository
git clone https://github.com/khianvictorycalderon/sql-conditional-joins.git
- 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.

