Inserting a cloum in a stored procedure
- From: iHavAQuestion <iHavAQuestion@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 13 May 2008 13:09:11 -0700
I have stored procedure
In @var1/Col1 I need to insert, the max(col) from another table in the
same database.
Create Stored Procedure Name
(
@Var1
@Var2
@Var3
)
Inseret into table1
(
Col1
col2
col3
)
Values
(
@Var1
@Var2
@Var3
)
.
- Follow-Ups:
- Re: Inserting a cloum in a stored procedure
- From: Jeff Dillon
- Re: Inserting a cloum in a stored procedure
- Prev by Date: Re: Why Doesn't This Work?
- Next by Date: Re: inserting the max colum in the stored proc
- Previous by thread: .Net Winforms Control Deployment
- Next by thread: Re: Inserting a cloum in a stored procedure
- Index(es):
Relevant Pages
|
Loading