select   c.*   from   syscolumns   c,   sysobjects   t   where   c.id   =   t.id   and   t.type='U'   and   t.name='Expros'

相关文章: