Table

  • create table:

    IF EXISTS(SELECT OBJECT_ID('t1','u'))

    DROP TABLE dbo.t1

    go

    CREATE TABLE t1

    (c1 int)

    go

Viewing 0 posts

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