代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/160458/10529021

sql createdatabase.sql

CREATE DATABASE news GO
www.eeworm.com/read/160458/10529024

sql users.sql

USE news GO CREATE TABLE Users ( UserId Int Primary Key IDENTITY, UserName Varchar(50) NOT NULL, UserPwd Varchar(50) NOT NULL, Ename Varchar(50), Email Varchar(50) )
www.eeworm.com/read/160442/10533150

doc sql(oracle).doc

www.eeworm.com/read/160358/10539388

sql dbbook.sql

www.eeworm.com/read/160356/10539594

sql setup.sql

### Create the database CREATE DATABASE taskdb; USE taskdb; ### Create the 'taskman' user into the database ### This is required to access and modify the database from code GRANT SELECT, INSE
www.eeworm.com/read/423560/10548083

sql db.sql

www.eeworm.com/read/352489/10549406

sql getcategoryinfo.sql

www.eeworm.com/read/352489/10549410

sql adduser.sql

www.eeworm.com/read/352489/10549417

sql userinfo.sql

www.eeworm.com/read/352489/10549422

sql deletephoto.sql