Jump to content

How to find gaps in sequential non-auto-increment column


stevieontario

Recommended Posts

Evening Freaks,

 

I am trying to identify gaps in a column that holds hourly versions of files -- i.e., this column contains only numbers between 1 and 24.

 

Rows are added to this table every hour, so that this column -- called Version -- would, if this were a perfect world, always contain repeating sequences of 24 rows. The Version column would always contain numbers in sequence, 1 to 24, and repeating until the end of time.

 

Of course in the real world, rows sometimes don't get added. I want to find the instances where there is a gap, and then manually add the rows.

 

Any idea on what kind of query would help me find these gaps?

 

Thanks in advance,

 

Steve

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.