赞
踩
For example, if you are trying to find out if a certain pre-requisite patch has been applied, query AD_BUGS. If you are trying to find out patches applied in a date range, query AD_APPLIED_PATCHES.
- SELECT *
- FROM ad_bugs
- WHERE bug_number = 'patch_number';
-
- SELECT *
- FROM ad_applied_patches
- WHERE patch_name = 'patch_number';
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。