Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 28, 2012 11:53 AM by DotNetRaven
Member
63 Points
154 Posts
Feb 24, 2012 05:56 AM|LINK
Hi, i want insert and delete same queries.first i select patid to stored all values output table and then delete same patid record input table
ex:
Table name :input
Field Name: patid,name,age
All-Star
135148 Points
21679 Posts
Moderator
MVP
Feb 24, 2012 09:02 AM|LINK
And the problem is ....?
95503 Points
14106 Posts
Feb 26, 2012 01:58 PM|LINK
SQL Server Basics - http://www.w3schools.com/sql/sql_intro.asp
Thanks,
236 Points
52 Posts
Feb 28, 2012 11:53 AM|LINK
Create Temporary table... if that solves ur issue....
krishnaraj_c...
Member
63 Points
154 Posts
Sql Queries
Feb 24, 2012 05:56 AM|LINK
Hi, i want insert and delete same queries.first i select patid to stored all values output table and then delete same patid record input table
ex:
Table name :input
Field Name: patid,name,age
ignatandrei
All-Star
135148 Points
21679 Posts
Moderator
MVP
Re: Sql Queries
Feb 24, 2012 09:02 AM|LINK
And the problem is ....?
ramiramilu
All-Star
95503 Points
14106 Posts
Re: Sql Queries
Feb 26, 2012 01:58 PM|LINK
SQL Server Basics - http://www.w3schools.com/sql/sql_intro.asp
Thanks,
JumpStart
DotNetRaven
Member
236 Points
52 Posts
Re: Sql Queries
Feb 28, 2012 11:53 AM|LINK
Create Temporary table... if that solves ur issue....
Good Luck