12 2022 档案

摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>JS联动下拉框</title><script language="javascript" >/* ** ** 类名:CLASS_LIAND 阅读全文
posted @ 2022-12-19 16:19 KeepDoIT 阅读(171) 评论(0) 推荐(0)
摘要:select * from sysobjects where xtype='TR' --所有触发器 select * from sysobjects where xtype='P' --所有存储过程 select * from sysobjects where xtype='V' --所有视图 se 阅读全文
posted @ 2022-12-05 16:04 KeepDoIT 阅读(313) 评论(0) 推荐(0)