Created
July 11, 2017 09:07
-
-
Save abdulhadad/9bfe50638efbea02bdb5b11b5c1615d8 to your computer and use it in GitHub Desktop.
MySQL Tempat Tanggal Lahir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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