| SQL - Questions and Answers Have a SQL question? Post it here. First do a search to see if someone hasn't already answered it. |
|
|||
Find results with repeatsI would Like to find repeats of "esn"
Query as follow:
SELECT ref_number,current_status,esnI would like to find the repeats of esn for the previous months not only date_completed... thanks |
|
|||
SELECT ref_number,current_status,esn FROM jobs WHERE esn IN (However, I am not sure I understood correctly what you are trying to achieve. HTH, Dimitar |
|
|||
SELECT current_status,esn, count(*) AS totalResults: Code:
Current_Status ESN total 905 DES 357666011363899 3 Sumthing like this..... I want to see the results of the ESN though Pleeeeeeeeeeease help I want it to display all 3 esn number not just summarising them in total |
![]() |
| Thread Tools | Search this Thread |
|
|