G
Guest
Data looks like the following --
Start End
101 105
108 110
111 115
117 129
There are gaps in the data! How do I create a query that returns all the
data as well as the gaps? Such as --
Start End
101 105
106 107 *
108 110
111 115
116 116 *
117 129
* = gaps
Thanks
Start End
101 105
108 110
111 115
117 129
There are gaps in the data! How do I create a query that returns all the
data as well as the gaps? Such as --
Start End
101 105
106 107 *
108 110
111 115
116 116 *
117 129
* = gaps
Thanks