代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/209533/15217841
sql personnel.sql
www.eeworm.com/read/209532/15217900
sql myvehicle.sql
www.eeworm.com/read/209530/15217973
sql myfactory.sql
www.eeworm.com/read/209343/15223149
sql tables.sql
-- Table skeltons for NetFlow2MySQL
--
-- If you also want to store IPv4 addresses of your NetFlow exporters,
-- Execute exporter_address.sql after executing this file.
--
--
-- Table structure for
www.eeworm.com/read/209343/15223152
sql protocol.sql
-- MySQL dump 9.09
--
-- Host: localhost Database: flow
---------------------------------------------------------
-- Server version 4.0.15-log
--
-- Table structure for table `protocol`
--
CREATE
www.eeworm.com/read/209343/15223155
sql service.sql
-- MySQL dump 9.09
--
-- Host: localhost Database: flow
---------------------------------------------------------
-- Server version 4.0.15-log
--
-- Table structure for table `service`
--
CREATE
www.eeworm.com/read/209010/15229271
sql sample.sql
/**********************************************
Set up test environment
**********************************************/
SET NOCOUNT ON
--Create test table
IF OBJECT_ID('tDupData') IS NOT NULL
www.eeworm.com/read/209010/15229272
sql sp.sql
CREATE PROCEDURE GetDuplicates(@TableName AS VARCHAR(255), @PK AS VARCHAR(4096))
AS
declare @table_pk as varchar(5000)
declare @tmp_pk as varchar(5000)
set @table_pk = replace(@pk, ' ', '')
www.eeworm.com/read/208827/15234974
sql wish.sql
--
-- 数据库: `wish`
--
-- --------------------------------------------------------
--
-- 表的结构 `admin`
--
CREATE TABLE `admin` (
`user` varchar(50) NOT NULL default '',
`pass` varchar(100) NOT
www.eeworm.com/read/208792/15236658