代码搜索:SqL
找到约 10,000 项符合「SqL」的源代码
代码结果 10,000
www.eeworm.com/read/233385/14156452
sql sql 查询.sql
use lib
go
select * from books
select books_id as 书籍ID,b_name as 书名,b_author as 作者,b_type as 类型 ,b_isbn as ISBN,b_pub as 出版社,b_have as 在库否, b_address 存放位置,b_p_date as 出版日期,b_price as 价格, b_reg
www.eeworm.com/read/232918/14177983
sql sql.sql
www.eeworm.com/read/232918/14178016
sql sql.sql
Create Database [book]
go
use [book]
go
exec sp_addlogin 'book','book','book'
go
exec sp_adduser 'book','book','db_owner'
go
--[读者类别]:
CREATE TABLE [dbo].[读者类别] (
[种类名称] nvarchar(
www.eeworm.com/read/130632/14180254
sql sql.sql
www.eeworm.com/read/225056/14556671
sql sql.sql
www.eeworm.com/read/119052/14841834
sql sql.sql
www.eeworm.com/read/211768/15174116
sql sql.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[sp_RecieveMessage_tmp]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[sp_RecieveMessage_tmp]
GO
if exist
www.eeworm.com/read/207789/15262144
sql sql.sql
www.eeworm.com/read/179826/5301987
sql sql.sql
CREATE TABLE `bbwps_pm` (
`pid` int(10) unsigned NOT NULL auto_increment,
`from` varchar(20) NOT NULL default '',
`to` varchar(20) NOT NULL default '0',
`posttime` int(10) unsigned NOT NUL
www.eeworm.com/read/333885/3379933
sql sql.sql
/*==============================================================*/
/* 根据你的具体情况进行修改表名及字段名 */
/* Table: create T_Dept */
/*===============