随笔分类 - SQL Server
摘要:USE [SYCN]GO/****** Object: StoredProcedure [dbo].[udt_page] Script Date: 2017/10/13 17:27:37 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO alt
阅读全文
摘要:select train_code,count(1) from tb_ask_trainbodyroadtrain group by train_code having count(1) >1
阅读全文
摘要:create or replace trigger tr_tb_if_archivesafter inserton tb_if_archivesfor each rowdeclarepragma autonomous_transaction;beginPro_fdn_costuser(:new.BZ
阅读全文