I have two tables. One has my customer name and ID with the date of their sign-up. The other has the customer ID with the dates of orders. I need to compare the databases to find out the what the time is between the sign-up and the FIRST order. One confusing factor: there may be more than one signup date because the "new signup" can expire. There aren't very many of those but there are some. Should I move the duplicates to a new table. Any advice?
Thanks!
Thanks!