摘要: SqlServer分页存储过程: USE [SysFrame] GO /****** Object: StoredProcedure [dbo].[usp_DataPager] Script Date: 01/16/2020 15:02:06 ******/ SET ANSI_NULLS ON GO 阅读全文
posted @ 2020-01-16 15:03 零一の世界 阅读(31) 评论(0) 推荐(0)
摘要: SqlServer函数: CREATE FUNCTION [fun_lx_age](@birthday VARCHAR(10), @nowday VARCHAR(10)) RETURNS VARCHAR(20) AS BEGIN DECLARE @year INT, @month INT, @day 阅读全文
posted @ 2020-01-16 15:01 零一の世界 阅读(367) 评论(0) 推荐(0)