M
Mark Watkins
i am trying to use sysdate in my query:
SELECT * from nameofmytable WHERE sysdate >= start AND sysdate <= end
I tried they query and it asked me for a parameter for sysdate. Shouldn't
that already be in there?
Is there another keyhword for sysdate somewhere?
BTW, these newsgroups are very helpful. I appreciate everyone's time and I
wish to contribute when I can.
Mark
SELECT * from nameofmytable WHERE sysdate >= start AND sysdate <= end
I tried they query and it asked me for a parameter for sysdate. Shouldn't
that already be in there?
Is there another keyhword for sysdate somewhere?
BTW, these newsgroups are very helpful. I appreciate everyone's time and I
wish to contribute when I can.
Mark