sql server - SQL Query get records between 10pm to 6am -


i ask on how retrieve records, database table, time range 10pm 6am.

try this:

select * table creation_time between '2013-05-10 10:00:00' , '2013-05-10 18:00:00' 

Comments

Popular posts from this blog

Java sticky instances of class com.mysql.jdbc.Field aggregating -