gert cuykens
06-13-2007, 10:03 AM
select * from appointments WHERE `from`>='2007-06-13 16:13:47' AND `to`<='2007-06-13 16:49:47';
why does only = work and not <= or >= in mysql :confused:
why does only = work and not <= or >= in mysql :confused:
|
Click to See Complete Forum and Search --> : select * from appointments WHERE `from`>='...' AND `to`<='...' gert cuykens 06-13-2007, 10:03 AM select * from appointments WHERE `from`>='2007-06-13 16:13:47' AND `to`<='2007-06-13 16:49:47'; why does only = work and not <= or >= in mysql :confused: gert cuykens 06-13-2007, 10:51 AM never mind i think it has to do with my "<" ">" characters :) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |