jasonhuibers
Programmer
LName FName Start_Date End_Date BooksNum
Smith Joe 2010-08-31 12:01:00 AM 2010-08-31 15
Smith Joe 2010-08-31 12:01:00 AM 2010-10-26 15
Expected Output:
Smith Joe 2010-08-31 12:01:00 AM 2010-10-26 15
How can I do this using a min on Start_Date and a max on End_Date to have the expected output on one line?
Smith Joe 2010-08-31 12:01:00 AM 2010-08-31 15
Smith Joe 2010-08-31 12:01:00 AM 2010-10-26 15
Expected Output:
Smith Joe 2010-08-31 12:01:00 AM 2010-10-26 15
How can I do this using a min on Start_Date and a max on End_Date to have the expected output on one line?