码迷,mamicode.com
首页 > 其他好文 > 详细

查询已打的 patch

时间:2021-05-24 06:15:27      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:order by   pps   --   bugs   last   bsp   where   ber   bug   

Select T.Language, T2.Patch_Name, T2.Last_Update_Date

  From Applsys.Ad_Patch_Driver_Langs t,

       Ad_Patch_Drivers              T1,

       Ad_Applied_Patches            T2

 Where T.Patch_Driver_Id = T1.Patch_Driver_Id

   And T1.Applied_Patch_Id = T2.Applied_Patch_Id

--   And T2.patch_Name = ‘FA%‘

Order By 2 Desc

 

select patch_name

  from apps.ad_applied_patches t

 where t.patch_name in (‘3262159‘, ‘3384350‘)

union all

select bug_number patch_name

  from apps.ad_bugs a

 where a.bug_number in (‘3262159‘, ‘3384350‘)

查询已打的 patch

标签:order by   pps   --   bugs   last   bsp   where   ber   bug   

原文地址:https://www.cnblogs.com/deo2021/p/14757943.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!