搜索资源列表
SQLCHINA
- SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。 Avg 函数 Count 函数 First, Last 函数 Min, Max 函数 StDev, StDevP 函数 Sum 函数 Var 和 VarP 函数 -SQL aggregate function
zb_maxgys
- 一段十分实用的VFP程序,可以实现最大公约数-Max GONGYUESHU
MaxNSubmax
- 以递归分治思想,同时查找S串中的最大元和次大元。-Realize querying the max and submax number in a string S with divid and conquer.
splitA
- Alter FUNCTION [dbo].[split](@expression VarChar(max),@delimiter VarChar(30) = ' ') RETURNS @TmpTable TABLE (RefNo VarChar(max)) AS BEGIN if rtrim(isnull(@expression,'')) > '' begin declare @cxml xml set @cxml = '<x_k><![CDATA['+re