Good afternoon everyone.
Can/will the sql statement:
Select max(start_date)where customer = 'ABC'
return >1 row if there are multiple rows in the table that contain the highest date value?
i.e. table data
customer start_date
ABC 2002-06-04
ABC 2001-11-04
ABC 2002-06-04
Thanks for any help.
Can/will the sql statement:
Select max(start_date)where customer = 'ABC'
return >1 row if there are multiple rows in the table that contain the highest date value?
i.e. table data
customer start_date
ABC 2002-06-04
ABC 2001-11-04
ABC 2002-06-04
Thanks for any help.