#在SQL里啥子意思# Database - 数据库
s*i
1 楼
几乎完全新手
拿到一个stored procedure like this:
CREATE PROCEDURE [dbo].[nextUrl]
@asmx varchar(80)
AS
begin transaction
create table #thisUrl ([System Name] varchar(80) not null,url
varchar(4096) not null,asmx varchar(80) not null,invocations bigint not
null)
这里的#thisUrl是啥意思?
括号里那一大串又是什么呢?
thanks
拿到一个stored procedure like this:
CREATE PROCEDURE [dbo].[nextUrl]
@asmx varchar(80)
AS
begin transaction
create table #thisUrl ([System Name] varchar(80) not null,url
varchar(4096) not null,asmx varchar(80) not null,invocations bigint not
null)
这里的#thisUrl是啥意思?
括号里那一大串又是什么呢?
thanks