Can I use FORMAT function in SQL statement? If not, how to do it? Here is the SQL that I want to do. SELECT last_name, first_name, FORMAT(birth_date, 'mm/dd/yyyy') FROM customer