搜索资源列表
DoSQL
- 一个循环读取脚本的实例,本人亲自编写,如有疑问,请咨询196110053@qq.com-An instance of a loop to read the scr ipt, I personally write, in case of doubt, please contact 196110053@qq.com
mssql_debugger
- Simple include function to loop through a given string and (a) concatenate it to the maximum length, (b) silently drop any unwanted characters and (c) pad all single quotes with a 2nd single quote (for using in MS-SQL statements).
proc-
- 存储过程,SQL 循环语句,TRIGGER 的使用方法-Stored procedures, SQL loop statement, TRIGGER use
while-loop-stored-procedure
- 一个应用while循环的存储过程实例。希望能对数据库初学者有帮助。-Stored procedure instance of an application while loop. Database beginners.
T-SQL
- 数据库实验 T-SQL编程 综合有 条件结构 循环结构 CASE结构 函数使用-Database, T-SQL programming comprehensive experimental conditional loop structure structure structure function using CASE
Lab10
- 一、请用T-SQL语句实现以下题目要求。 1、熟悉变量的声明、变量的赋值、输出结果 目的:查询并返回product产品表中产品名称以C开头的产品的条数 要求:产品名称以C开头的条件用变量来表示,查询出来的产品条数也用变量表示,并最终需要返回 The sum of the product is +查询出来的产品条数。 2、熟悉IF语句 给一变量赋值字符串 THIS IS MY BOOK ,如果此字符串的长度大于10,则返回其字符串第一位到第四位,否则返回后四位字符串。 3、
Demand-for-natural-numbers
- 用For/Next循环语句编写程序计算自然对数之和,并要求先定义求a到b的自然对数之和的函数为Nlogarithm(a,b),然后单击“求自然对数之和”按钮时调用该函数。-With a For/Next loop programming to calculate the sum of the natural logarithm and requires a to b seeking to define the natural logarithm of the sum function Nloga