代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/264886/4285997
sql storedprocs.sql
--
-- Procedure which inserts a region record and returns the key
--
CREATE PROCEDURE RegionInsert(@RegionDescription NCHAR(50),
@RegionID INTEGER OUTPUT)AS
SET NO
www.eeworm.com/read/264886/4286005
sql storedprocs.sql
--
-- Create a procedure to insert a new category
--
CREATE PROCEDURE CategoryInsert ( @CategoryName NVARCHAR(15),
@Description NTEXT,
www.eeworm.com/read/264886/4286006
sql storedproc.sql
--
-- Procedure to select all rows from the Region table
--
CREATE PROCEDURE RegionSelect AS
SET NOCOUNT OFF;
SELECT * FROM Region ;
GO
www.eeworm.com/read/263809/4298833
sql createimgtable.sql
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|18 Jun 2004 02:23:27 -0000
vti_extenderversion:SR|4.0.2.7802
www.eeworm.com/read/262948/4307273
attrs sql.attrs
# Used by the Accounting Report Generator page
#
# Mysql attributes Description Show Use function
#
RadAcctId Accounting Id no
AcctSessionId Session Id no
AcctUniqueId Unique Id no
UserName
www.eeworm.com/read/262948/4307277
attrmap sql.attrmap
#
# A mapping between the attributes used by dialup_admin and the attribute
# names that will be stored in the SQL database
#
# Attributes that are not contained in this file are assumed to be reply
#
www.eeworm.com/read/262948/4307283
sql badusers.sql
#
# Table structure for table 'badusers'
#
CREATE TABLE badusers (
id int(10) DEFAULT '0' NOT NULL auto_increment,
UserName varchar(30),
Date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
R