avatar
#在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
avatar
w*e
2
看来你完全新手, 最好找本书看看
最不济,google总会吧

【在 s**i 的大作中提到】
: 几乎完全新手
: 拿到一个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是啥意思?

avatar
s*i
3
I googled but "#" is not a searable character
If some one can answer this rudimentary question, I really appreciate it.
Thanks.

【在 w*******e 的大作中提到】
: 看来你完全新手, 最好找本书看看
: 最不济,google总会吧

avatar
c*r
4
temp table.

【在 s**i 的大作中提到】
: I googled but "#" is not a searable character
: If some one can answer this rudimentary question, I really appreciate it.
: Thanks.

avatar
s*i
5
thanks a lot

【在 c******r 的大作中提到】
: temp table.
avatar
x*e
6
who wrote that stored proc?
a newbie?

【在 s**i 的大作中提到】
: 几乎完全新手
: 拿到一个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是啥意思?

avatar
w*e
7
估计一个example

【在 x***e 的大作中提到】
: who wrote that stored proc?
: a newbie?

avatar
n*c
8
我觉得大家要是知道答案呢,就跟人家说。要是不知道呢,不吭声就是了。何必拿大爷
的架子呢?人家已经说了是新手了,还要为难人家,就有些过分了。谁不是从新手过来
的呢?您恐怕已经不记得您做新手时候的艰难了吧?
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。