代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/472566/6870661
sql 7-35.sql
USE Educational
DECLARE tnames_cursor CURSOR /* 定义游标 */
FOR
SELECT TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES /* 取数据库中的所有用户表名 */
OPEN tnames_cursor /* 打开游标 */
DECLARE @tablename sysn
www.eeworm.com/read/306719/13739563
txt 嵌套游标的使用.txt
declare cur1 cursor for
select ... from table_name1 where ...group by / order by ...
open cur1
FETCH NEXT FROM cur1 INTO ...
while (@@FETCH_STATUS = 0 )
begin
www.eeworm.com/read/338182/12320463
txt 嵌套游标的使用.txt
declare cur1 cursor for
select ... from table_name1 where ...group by / order by ...
open cur1
FETCH NEXT FROM cur1 INTO ...
while (@@FETCH_STATUS = 0 )
begin
www.eeworm.com/read/107485/15606208
sql cursordemo5.sql
/* 文件名称: CursorDemo5.sql */
SET NOCOUNT ON
GO
-- 使用 Transact-SQL 扩充语法声明一个启用效能最优化的只读数据指针
DECLARE foxman_cursor CURSOR
LOCAL
FAST_FORWARD
FOR SELECT 姓名,年龄 = DateDiff(yy,出生日期,GETD
www.eeworm.com/read/466840/7021689
txt mysqli.dll和mysql.dll以及fetch_row和fetch_array的区别.txt
来源: jxtm.cublog.cn 作者:jxtm
一:Mysqli.dll是一个允许以对象的方式或者过程操作数据库的,它的使用方式也很容易。这里就几个常见的操作和mysql.dll做一个对比。
1:mysql.dll(可以理解为函数式的方式):
$conn = mysql_connect('localhost', 'user', 'password'); //连接mysql
www.eeworm.com/read/202291/6964295
asm ycbcrtorgb.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/202291/6964316
asm ycbcrtorgb.asm
/*******************************************************************************
Copyright(c) 2000 - 2005 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/440702/7683112
txt readme.txt
GENERAL DESCRIPTION:
This BREW Applet illustrates usage of BREW's IWeb Shows usage of
BREW's IWeb interface. It's a simple URL fetcher/shower.
The IWeb interface is designed t