M
molly
I have a query that links two tables. I want to only distinct rows from the
second table when the date of the order is within three days of the date from
the first table. The current query does a left join from the first table to
the second table but there are multiple rows in the second table and I only
want to show one row and only if it meets a date criteria. Is there a way to
do this via the query?
Thanks,
second table when the date of the order is within three days of the date from
the first table. The current query does a left join from the first table to
the second table but there are multiple rows in the second table and I only
want to show one row and only if it meets a date criteria. Is there a way to
do this via the query?
Thanks,