View Single Post
  #1 (permalink)  
Old 07-08-2008, 09:25 AM
Mr Smith
 
Posts: n/a
Default 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
Reply With Quote

ANSWER(S):