Query problem...
Posted: Wed Mar 31, 2004 3:09 pm
Is it possible to make a query like:
SELECT * FROM agenda WHERE agenda_year = '2004' & agenda_month = '4' ORDER BY agenda_day ASC
With this code i get nothing. Somebody knows how to do it?
thnx
SELECT * FROM agenda WHERE agenda_year = '2004' & agenda_month = '4' ORDER BY agenda_day ASC
With this code i get nothing. Somebody knows how to do it?
thnx