select   pkey.name  
  from   sysobjects   pkey,   sysobjects  
  where   sysobjects.name='TTT'   and   sysobjects.id=pkey.parent_obj

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-01-11
  • 2022-12-23
  • 2021-09-04
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-02-07
  • 2021-09-10
相关资源
相似解决方案