I am basically trying to use the "BETWEEN" operator within the IF statements. Could you please advise with some examples? Thanks!
E.g., if I have times and a column named [32] where [32] is basically times, like 7:59, 16:00 and if < 7:59 AM then it is morning and if from 16:00 to 18:00 it is evening? This is what I have tried but not working