hi,
is there a valid command for selecting a row depending on 2 instead of 1 argument?
this is a valid command.
SELECT * from 'data' WHERE date='today';
but is there a way to do this... ???
fi; SELECT * from 'data' WHERE date='today' & week='thisweek';
probably a real simple awnser to a real simple question.
thanks...