• Hugo Kornelis (6/18/2010)


    even in that case using CREATE TABLE followed by INSERT SELECT is often the better option.

    I always do an explicit create - it's more code, but it means it's clear what's happening, and there's no scope for errors due to failing to notice what the default data type will be.