Skip to content
Advertisement

Tag: oracle

How to retrieve rows between hours

I want to get all rows from my table, the table have one column with the following date type ’14/07/2017 05:01:35 p.m.’ between specific hours. Like between ’00:01:00 am’ and ’01:00:00 am’. I’m …

SQL group by with condition

Imagine i have a table like below: ID Score someOtherColumns 1 1 …. 2 1 ….. 3 4 …. 5 2 …. 6 1 …. where score can have an intger …

Advertisement