MIN (Date and Time)

<< Click to Display Table of Contents >>

Navigation:  Apollo SQL > Date and Time Functions >

MIN (Date and Time)

function MIN(datetime)

Return the minutes for the given time

SELECT MIN(LastInvoiceDate) FROM Customer;