hello,
iam trying to use a query so it presents all timestamps in the "between" condition using %.
e.g.
timestamps are in format
040206181748
select * from entries where mytimestamp between '04%' and '04%'
hopefully this should print all results for the year 2004, but for the query it returns an empty set, is there anything wrong?
thanks.
iam trying to use a query so it presents all timestamps in the "between" condition using %.
e.g.
timestamps are in format
040206181748
select * from entries where mytimestamp between '04%' and '04%'
hopefully this should print all results for the year 2004, but for the query it returns an empty set, is there anything wrong?
thanks.