Posted by @sh on 09/13/06 12:29
Thanks again for your help here!!
> SELECT *
> FROM SOL_Session
> WHERE DateGiven >= '10 Sep 2006'
> AND DateGiven <= '13 Sep 2006'
I get a listing of CORRECT results ;o)
> SELECT *
> FROM SOL_Session
> WHERE DateGiven >= '20060910'
> AND DateGiven <= '20060913'
Another list of correct results - are these good or bad findings?
Cheers, @sh
Navigation:
[Reply to this message]
|