I have a table with CustomerId column(integer type) and a RegDate column(datetime type)
I want to display a sql query which returns 1 row with 2 columns , one will be the count of the records in the table and other will contain the oldest datetime value from RegDate column
Thanks