代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/230401/14290557
sql 建表1.sql
create table S
(
SNO char(8),
SNAME char(10),
STATUS int,
CITY char(10),
)
create table P
(
PNO char (8),
PNAME char(10),
COLOR char(4),
WEIGHT int,
)
create table J
www.eeworm.com/read/230209/14297024
txt sql.txt
CREATE TABLE `pesticideinfosys`.`login` (
`adminname` VARCHAR(20) NOT NULL DEFAULT '',
`password` VARCHAR(16) NOT NULL DEFAULT '',
PRIMARY KEY(`adminname`)
)
CREATE TABLE `pesticidein
www.eeworm.com/read/128246/14309678
sql sqlplus.sql
DROP TABLE Classinfo;
CREATE TABLE Classinfo(
cID char(6) primary key not null,
cClass char(10)
);
DROP TABLE Course;
CREATE TABLE Course(
cID char(6) prinmary key not null,
cName ch
www.eeworm.com/read/229965/14310284
sql pruef.sql
set echo on
set termout on
set tab off
spool z:\db\2002_aktuelles\Ausgaben\pruef.txt
-- set linesize 134
-- set pagesize 37
--
-- ************************************************************
www.eeworm.com/read/128129/14314384
h bitmapmethods.h
/* Copyright (c) 2001, Nokia Mobile Phones. All rights reserved */
#ifndef __BITMAPMETHODS__
#define __BITMAPMETHODS__
#define KColourDepth EColor4K
//Ensure these libraries are linked again
www.eeworm.com/read/128100/14315423
java dgsclient.java
package inetaddressdemo;
import java.io.*;
import java.net.*;
class DGSClient
{
public static void main (String [] args){
String host = "localhost";
// If user specifies a comma
www.eeworm.com/read/229791/14316362
pas idsslopenssl.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/229791/14316864
pas idhl7.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/229791/14316922
pas idtunnelslave.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/229570/14329163
pas update.pas
(*
# (C) Copyright 2003
# Miha Vrhovnik, miha.vrhovnik@cordia.si
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as