表结构复制

    技术2022-05-11  33

    --Method 1

    select top 0 * into  Gltable600 from gl.dbo.Gltable600 

    --Method 2

    select * into  Gltable600 from gl.dbo.Gltable600  where 1 > 2

     

    ......


    最新回复(0)