代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/287415/8687173
smsh makefile.smsh
#
# makefile for smsh
#
smsh1: smsh1.o splitline.o execute.o
cc -o smsh1 smsh1.o splitline.o execute.o
smsh2: smsh2.o splitline.o execute.o process.o controlflow.o
cc -o smsh2 smsh2.o splitline.o
www.eeworm.com/read/430659/8735339
sql authortitlebyroyalty.sql
if exists (select * from sysobjects where id = object_id('dbo.AuthorTitleByRoyalty') and sysstat & 0xf = 4)
drop procedure dbo.AuthorTitleByRoyalty
GO
CREATE PROCEDURE AuthorTitleByRoyalty @perc
www.eeworm.com/read/430659/8735356
sql stored procedures.sql
if exists (select * from sysobjects where id = object_id('dbo.GetAuthorTitleList') and sysstat & 0xf = 4)
drop procedure dbo.GetAuthorTitleList
GO
CREATE PROCEDURE GetAuthorTitleList
AS
select
www.eeworm.com/read/285975/8797574
064_prob ch10.064_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 10 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/382497/9024131
isa arm.isa
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can