代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/172337/9713352
vhd requesthandler.vhd
---------------------------------------------------------------------------------------------------
--
-- File : e:\Courses\ComputerHardwareInterface\USB_IF_DESIGN\USB_IF\src\RequestHandler.v
www.eeworm.com/read/414972/11089019
in makefile.in
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foun
www.eeworm.com/read/414839/11100487
sql 12.1.1 创建与删除用户定义数据类型示例.sql
--下面的示例定义了两个数据类型,然后创建一个表引用定义的数据类型,最后删除它。
--定义数据类型
EXEC sp_addtype 'ut_sex','char(1)','null'
EXEC sp_addtype 'ut_age','int','null'
GO
--使用定义的数据类型
CREATE TABLE tb(
Name nvarchar(20),
SEX ut_se
www.eeworm.com/read/414839/11100497
sql 12.2.2 修改用户定义数据类型对已经编译的存储过程的影响的示例.sql
--添加用户定义的数据类型text
EXEC sp_addtype 'test','varchar(10)'
GO
--创建引用数据类型test的测试存储过程
CREATE PROC p_test
@test test
AS
SELECT @test
GO
--调用存储过程
EXEC p_test 'aa'
/*--结果
----------
aa
--*/
www.eeworm.com/read/414392/11114933
sql 12.1.1 创建与删除用户定义数据类型示例.sql
--下面的示例定义了两个数据类型,然后创建一个表引用定义的数据类型,最后删除它。
--定义数据类型
EXEC sp_addtype 'ut_sex','char(1)','null'
EXEC sp_addtype 'ut_age','int','null'
GO
--使用定义的数据类型
CREATE TABLE tb(
Name nvarchar(20),
SEX ut_se
www.eeworm.com/read/414392/11114938
sql 12.2.2 修改用户定义数据类型对已经编译的存储过程的影响的示例.sql
--添加用户定义的数据类型text
EXEC sp_addtype 'test','varchar(10)'
GO
--创建引用数据类型test的测试存储过程
CREATE PROC p_test
@test test
AS
SELECT @test
GO
--调用存储过程
EXEC p_test 'aa'
/*--结果
----------
aa
--*/
www.eeworm.com/read/249774/12475168
in makefile.in
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/249774/12475178
in makefile.in
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/248562/12553088
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/334955/12557908
in makefile.in
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foun