First page Back Continue Last page Image

Examples of the CAST and CONVERT Functions

SELECT eventID, CONVERT(eventDate, CHAR(10)) AS Date FROM space_firsts;

Here is the exact same output using the CONVERT instead of the CAST