I am using MySql 5.7.18-log.
5.7.18-log
I have a query as follows, which result name and date of birth in output.
select uid,Name, Dob from table1;