As per my requirement there are two columns in my db called from_time and to_time both are time data type. In the store procedure i am comparing both these timings. I am trying to compare both like following
while (from_time < to_time)
the above statement is not comparing...
Any help is highly appreciatable...