代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/417559/10985788
sql hotel.sql
www.eeworm.com/read/271474/10992799
sql manpower.sql
www.eeworm.com/read/417267/10998186
sql table.sql
create table PIDTEST
(
ID NUMBER(5) not null,
COL LONG RAW,
CC BLOB
)
www.eeworm.com/read/417198/11000308
sql restaurant.sql
www.eeworm.com/read/417059/11005088
class sql.class
www.eeworm.com/read/417059/11005129
java sql.java
/*
* Created on 2008-12-23
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package FMJavaBean;
import
www.eeworm.com/read/416641/11018831
sql initial.sql
CREATE DATABASE `mobile` /*!40100 DEFAULT CHARACTER SET utf8 */;
DROP TABLE IF EXISTS `mobile`.`avai`;
CREATE TABLE `mobile`.`avai` (
`AVAINUM` varchar(11) NOT NULL,
`AREANO` int(11) NOT NULL
www.eeworm.com/read/416641/11018837
sql mobileno.sql
www.eeworm.com/read/270930/11019365
txt sql.txt
CREATE DATABASE Hospital
GO
USE Hospital
GO
CREATE TABLE BaseType
(Id int PRIMARY KEY IDENTITY,
TypeId tinyint,
TypeName varchar(30)
)
GO
USE Hospital
GO
CREATE TAB
www.eeworm.com/read/270912/11023004
sql syspoll.sql
-- MySQL Administrator dump 1.4
--
-- ------------------------------------------------------
-- Server version 4.1.12a-nt
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*