Column data type I'd like to see in SQL Server 2014

  • [SPACETIME] nvarchar(INFINITE)

  • SELECT [SPACETIME] FROM GALAXY WITH (Warp Speed)

  • Well, faster is better.

  • I would argue space-time is made of two mutually dependent mind illusions that there is finite space and finite time. Reality is infinite. Teach kids in second grade that there is time and they may never question it during their life.

    Infinity can't be stored nor described so there can be no datatype for it. Or perhaps a datatype that only accepts null (undefined).

  • insert into [worm]

    (

    [hole]

    )

    select

    [Bill Talada]

    from [earth]

  • Thanks, now there is coffee all over my screen:laugh:

    ***SQL born on date Spring 2013:-)

  • Create table Universe

    (

    SpaceTime VeryVeryVeryVeryVeryBigInt not null

    )

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply