代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/243359/4527482
sql mssql.sql
CREATE TABLE CMS_MODULE_ONLINE_MASTER (
MASTER_ID NVARCHAR(36) NOT NULL,
SUB_ID BIGINT NOT NULL,
USER_ID NVARCHAR(36) NOT NULL,
GROUP_ID NVARCHAR(36) NOT NULL,
PROJECT_ID BIGI
www.eeworm.com/read/242732/4543698
y sql.y
%{
/*
* Implementation of the Microsoft Installer (msi.dll)
*
* Copyright 2002-2004 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* mo
www.eeworm.com/read/242603/4551856
dpr sql.dpr
program Sql;
uses
{$IFDEF WIN32}
Forms,
{$ENDIF}
{$IFDEF LINUX}
QForms,
{$ENDIF}
Main in 'Main.pas' {fmMain},
ParamType in 'ParamType.pas' {fmParamType};
{$R *.res}
begin
www.eeworm.com/read/242603/4551876
sql createendusertables.sql
DROP TABLE RB_FOLDER;
DROP SEQUENCE FOLDER_ID_SEQ;
DROP TABLE RB_ITEM;
DROP SEQUENCE ITEM_ID_SEQ;
DROP TABLE RB_TABLE;
DROP TABLE RB_FIELD;
DROP TABLE RB_JOIN;
CREATE TABLE RB_FOLDER (
F
www.eeworm.com/read/242603/4551883
sql createendusertables.sql
DROP TABLE RB_FOLDER;
DROP SEQUENCE FOLDER_ID_SEQ;
DROP TABLE RB_ITEM;
DROP SEQUENCE ITEM_ID_SEQ;
DROP TABLE RB_TABLE;
DROP TABLE RB_FIELD;
DROP TABLE RB_JOIN;
CREATE TABLE RB_FOLDER (
F
www.eeworm.com/read/242603/4551890
sql createendusertables.sql
DROP TABLE RB_FOLDER;
DROP SEQUENCE FOLDER_ID_SEQ;
DROP TABLE RB_ITEM;
DROP SEQUENCE ITEM_ID_SEQ;
DROP TABLE RB_TABLE;
DROP TABLE RB_FIELD;
DROP TABLE RB_JOIN;
CREATE TABLE RB_FOLDER (
F
www.eeworm.com/read/241714/4558490
sql troda.sql
%% ============================================================
%% Database name: MASTER_MODEL
%% DBMS name: Sybase SQL Anywhere
%%
www.eeworm.com/read/241286/4560965
sql delete.sql
delete from NODE_USER;
delete from SC_USER_GROUP;
delete from sc_user_role;
delete from sc_group_role;
delete from sc_acc_permission;
delete from sc_rev_permission;
delete from sc_pub_permissi