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 |
Is sql and mysql same?
How are mysql timestamps seen to a user?
Write a query to display current date and time?
Why we use mongodb instead of mysql?
What are the security alerts while using mysql?
How important is to list the column names when doing an insert?
Explain Access Control Lists.
What is the use of innodb in mysql?
What is the difference between the LIKE and REGEXP operators?
What are mysql functions?
What is the difference between CHAR and VARCHAR data types?
what is the advantage of stored procedures, triggers and indexing in mysql