代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/262948/4307284
sql userinfo.sql
#
# Table structure for table 'userinfo'
#
CREATE TABLE userinfo (
id int(10) DEFAULT '0' NOT NULL auto_increment,
UserName varchar(30),
Name varchar(200),
Mail varchar(200),
Department varc
www.eeworm.com/read/262948/4307285
sql mtotacct.sql
CREATE TABLE mtotacct (
MTotAcctId bigint(21) NOT NULL auto_increment,
UserName varchar(64) NOT NULL default '',
AcctDate date NOT NULL default '0000-00-00',
ConnNum bigint(12) default NULL,
www.eeworm.com/read/262948/4307286
sql totacct.sql
CREATE TABLE totacct (
TotAcctId bigint(21) NOT NULL auto_increment,
UserName varchar(64) NOT NULL default '',
AcctDate date NOT NULL default '0000-00-00',
ConnNum bigint(12) default NULL,
C
www.eeworm.com/read/262948/4307330
sql postgresql.sql
/*
* $Id: postgresql.sql,v 1.1.2.8 2007/01/05 15:27:05 pnixon Exp $
*
* Postgresql schema for FreeRADIUS
*
* All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13
*
*
www.eeworm.com/read/262948/4307331
sql mysql.sql
###########################################################################
# db_mysql.sql rlm_sql - FreeRADIUS SQL Module #
#
www.eeworm.com/read/262948/4307335
sql mssql.sql
/***************************************************************************
* db_mssql.sql *
* *
* D
www.eeworm.com/read/262948/4307336
sql oracle.sql
/*
* $Id: oracle.sql,v 1.1.2.1 2006/04/11 13:14:41 pnixon Exp $
*
* Oracle schema for FreeRADIUS
*
*
* NOTE: Which columns are NULLable??
*/
/*
* Table structure for table 'dictionary'
*/
CR
www.eeworm.com/read/262948/4307459
sql prepaid.sql
# MySQL dump 8.13
#
# Host: localhost Database: python
#--------------------------------------------------------
# Server version 3.23.36
#
# Table structure for table 'sessions'
#
CREATE TABLE s
www.eeworm.com/read/262948/4307632
sql sqlhpwippool.sql
---
--- SQL schema for rlm_sqlhpwippool
---
-- CREATE DATABASE netvim DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
-- USE netvim;
CREATE TABLE gid_ip (
gid int NOT NULL CHECK (gid > 0) defa
www.eeworm.com/read/262948/4307703
c sql.c
/*
* sql.c rlm_sql - FreeRADIUS SQL Module
* Main code directly taken from ICRADIUS
*
* Version: $Id: sql.c,v 1.79.2.3 2005/08/26 00:37:47 aland Exp $
*
* This program is free software; you