I got these two tables in one exercise, but my code is not working and I wanted to know if anyone could explain it to me. I have to submit all the orders created in the last 10 days.
My code:
Select id-order, createdDate
From Date
Where Date = 'createDate' in <10 days
It just does not work.