代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/248245/12588240
txt sql实践.txt
1:创建两个表:
CREATE TABLE employee(
enumber CHAR(7) PRIMARY KEY,
ename VARCHAR(20),UNIQUE ,
www.eeworm.com/read/334549/12593793
dpr concli2.dpr
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: ConCli2 shows how to use TWSocket in a console mode application.
www.eeworm.com/read/334549/12593986
pas mbxfile.pas
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: TMbxFile handle the MBX file format (read only)
The MBX file
www.eeworm.com/read/248144/12595579
pas ddhdyndb.pas
unit DdhDynDb;
interface
uses
Controls, Db, Forms, Classes, DbTables;
function ConvertClass(FieldClass: TFieldClass): TControlClass;
procedure NormalizeString (var S: string);
proced
www.eeworm.com/read/248144/12595621
pas ddhdyndb.pas
unit DdhDynDb;
interface
uses
Controls, Db, Forms, Classes, DbTables;
function ConvertClass(FieldClass: TFieldClass): TControlClass;
procedure NormalizeString (var S: string);
proced
www.eeworm.com/read/146970/12597034
pas bsmessages.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/248047/12604612
3qt qstylefactory.3qt
'\" t
.TH QStyleFactory 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a c
www.eeworm.com/read/248047/12605600
3qt qwidgetfactory.3qt
'\" t
.TH QWidgetFactory 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a
www.eeworm.com/read/247983/12609729
sql bookorama.sql
create table customers
( customerid int unsigned not null auto_increment primary key,
name char(50) not null,
address char(100) not null,
city char(30) not null
);
create table orders
( orderid