Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Created July 11, 2017 09:07
Show Gist options
  • Save abdulhadad/9bfe50638efbea02bdb5b11b5c1615d8 to your computer and use it in GitHub Desktop.
Save abdulhadad/9bfe50638efbea02bdb5b11b5c1615d8 to your computer and use it in GitHub Desktop.
MySQL Tempat Tanggal Lahir
SELECT CONCAT (tempatLahir, ', ', DATE_FORMAT(tglLahir, '%d-%m-%Y')) as ttl FROM tbl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment