how to find missing numbers between two order numbers;
and dates ?
Answer / laxman
SELECT encounter_nr FROM care_encounter WHERE
(care_encounter.encounter_date BETWEEN '2008-03-01' AND
'2008-04-01') order by encounter_nr;
this will show 7000 rows in between date 2008-03-01 and
2008-04-01 ;
encounter_nr
200803010000
200803010001
200803010002
.
.
.
.
200803313229
in this i want to know which number is missing plz
Is This Answer Correct ? | 0 Yes | 3 No |
What are different types of queries?
What data type is money?
What are the advantages of MySQL when compared with Oracle?
What is mysql cursor?
Is sql and mysql same?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
Why use mysql procedures?
Is postgresql better than mysql?
Explain triggers and stored procedures?
What are the objects can be created using CREATE statement?
What is ibdata1?
How to list or view all databases from the mysql server.