-1
Good afternoon,
Is there any way to delete a period without using the BETWEEN
?
x NOT BETWEEN HorFim AND HorIni
and y NOT BETWEEN HorFim AND HorIni
Where:
x = hora inicial digita pelo usuario.
y = hora final digita pelo usuario.
I have to make this sql work without BETWEEN
, the problem is that my final hour(HorFim
) and less than the initial time(HorIni
)
How the columns are declared
x
andy
? The correct answer depends on this information... // No BETWEEN?! Could you explain why?– José Diz
Has any response helped solve the problem and can address similar questions from other users? If so, make sure to mark the answer as accepted. To do this just click on the left side of it (below the indicator of up and down votes).
– Sorack