Is it possible to find multiple values from a single field, that are within a set of input parameters?
The DB example would be something like this
User Login_DT_TM
0001 1/1/2015 12:00, 1/1/2015 12:30,1/6/2015 09:00
0002 1/3/2015 13:00, 1/5/2015 16:00
And i would need something to give me this output
0001 1/1/2015 12:00
0001 1/1/2015 12:30
0002 1/3/2015 13:00
Where login_DT_TM => 1/1/2015 '00:00' AND login_DT_TM =< 1/4/2015 '23:59'