Date
From: Ralf Schnickmann <ralf_schnickmann_at_gmx.de>
Date: Fri, 12 Sep 2003 19:19:36 +0200
Message-ID: <bjsv1v$n6oq0$1_at_uni-berlin.de>
Date: Fri, 12 Sep 2003 19:19:36 +0200
Message-ID: <bjsv1v$n6oq0$1_at_uni-berlin.de>
Hi!
The Query
[Quoted] SELECT * FROM T_Test WHERE Start > '1.1.2002' is running with the correct results.
Using a date with time like
SELECT * FROM T_Test WHERE Start > '1.1.2002 1:00:01' doesnt work.
My problem is that i have to avoid any function like to_date etc.
Thanks,
Ralf
Received on Fri Sep 12 2003 - 19:19:36 CEST