Home > Archive > MS SQL Server > December 2006 > to_date(null)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author to_date(null)
klabu

2006-12-13, 7:12 pm

Please

I need the equivalent of Oracle's
to_date(null)

Yes, NULL - this is for ODBC sake

thanks


klabu

2006-12-13, 7:12 pm

cast(null as datetime) ???


Roy Harvey

2006-12-13, 7:12 pm

I would expect CONVERT(datetime,NUL
L) to be what you need.

Roy Harvey
Beacon Falls, CT

On Wed, 13 Dec 2006 14:22:34 -0500, "klabu" <klabu76@gmail.com> wrote:

>Please
>
>I need the equivalent of Oracle's
>to_date(null)
>
>Yes, NULL - this is for ODBC sake
>
>thanks
>

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com