I have a table called etapa
which has id_etapa, etapa_inicial, etapa_final
... what statement (sql) can I make to show the stages that are between the etapa_inicial
and the etapa_final
?
since the idea is that if the following stage was created: ..
EJ:
etapa_inicial: 28/03/2017
etapa_final: 30/04/2017
When you redo a insert
do not insert etapas
that are within that existing range ...
I hope you made me understand and I would appreciate the collaboration.