>
> Does the following work:
> SELECT MessageDate + INTERVAL 11 HOUR AS DATE
> FROM table
That should be:
SELECT MessageDate + INTERVAL 11 HOUR
FROM table
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

