ANY dialect question:
Find results with repeats
I would Like to find repeats of "esn"
Query as follow:
[sql]
Select ref_number,current_status,esn
From jobs
Where date_completed between '2008-05-01' and '2008-05-15'
[/sql]
I would like to find the repeats of esn for the previous months not only date_completed... thanks
|