Syntax error in creat table script

  • There is a syntax error in the create table script, correct script is:

    USE mytest

    GO

    CREATE TABLE tbTestChange

    (

    PK_id INT NOT NULL PRIMARY KEY,

    Col1 SMALLINT NOT NULL,

    Col2 VARCHAR(10)NOT NULL,

    COl3 CHAR(5)NOT NULL

    )

Viewing 0 posts

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