显示表结构描述的Sql语句

    技术2022-05-11  151

    select   column_name,data_type,column_default,character_maximum_length   from   information_schema.columns   where   table_name='t_conclusion'

    select objname,value from ::fn_listextendedproperty(default,'user','dbo','table','t_conclusion','column',default) 


    最新回复(0)