T
tony
hi
i try to build a query with date
in my table i have 2006-03-29 (yyyy-mm-dd)
i tried
select * from test3
where jour = "2006-03-29"
and
select * from test3
where jour = '2006-03-29'
i got: bad type into the expression....
any idea?
thanks
i try to build a query with date
in my table i have 2006-03-29 (yyyy-mm-dd)
i tried
select * from test3
where jour = "2006-03-29"
and
select * from test3
where jour = '2006-03-29'
i got: bad type into the expression....
any idea?
thanks