代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/290307/3980286
sql a1.sql
/*******************************
--创建劳动保障公务案件统计表视图16a1
*******************************/
create or replace view v_a1 as
select a.aj_id ajid,a.aj_flag aj_flag,a.dwxz dwxz,a.aj_lb ajlb,a.fkje fkje,a.
www.eeworm.com/read/289631/3989966
java sql.java
/*
* Created on 2004-12-10
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.bwm.string;
/**
www.eeworm.com/read/288569/4006337
sql ntsky.sql
-- MySQL dump 9.07
--
-- Host: localhost Database: ntsky
---------------------------------------------------------
-- Server version 4.0.12-nt
--
-- Table structure for table 'news'
--
www.eeworm.com/read/288569/4006372
sql mysql.sql
-- ********************************************************************
-- 梦想年华新闻系统 [DreamTimeNews]
-- MySQL数据库角本文件
-- 数据库: `dreamtimenews`
--
--
-- 数据库: `dreamtimenews`
--
DROP DATABASE
www.eeworm.com/read/288509/4006867
java sql.java
package kefu.javabeans;
public class Sql {
//发货单信息
public static String sendStr=
"select *from send where orderID in (select orderID from" +
" [order] where customername=?)";
// 收货确认
p
www.eeworm.com/read/288090/4011955
sql employeeinformationmsok.sql
CREATE DATABASE EmployeeInformationMS
--DROP DATABASE EmployeeInformationMS
go
USE EmployeeInformationMS
go
/*用户信息表*/
CREATE TABLE UserInformation
(
User_ID INT IDENTITY(1,1),
Us