Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Last active February 8, 2017 01:05
Show Gist options
  • Save ilhamarrouf/ceb9475cc1118cd492a232918a8f2e37 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/ceb9475cc1118cd492a232918a8f2e37 to your computer and use it in GitHub Desktop.
JOIN SQL
+-------------------+------------------------+------------+
| nama | alamat | nama_agama |
+-------------------+------------------------+------------+
| Wahid Ashari | Jalan Pegangsaan Timur | Islam |
| Martin Natalegawa | Jalan Lingkar Luar | Kristen |
| Dahlan Iskandar | Jalan Tulip Semerbak | Budha |
| Afifah | Jalan Mawar Merah | Islam |
| NULL | NULL | Hindu |
| NULL | NULL | Konghucu |
| NULL | NULL | Lainnya |
+-------------------+------------------------+------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment