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

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -