CATEGORIES
Acer
AMD
Apache
Apple
ASP
Business Object
Compaq
Crystal Reports
CSS
Database
Dell
DOT NET
Fujitsu
Gateway
Google
HP
HTML
IBM
IIS
Intel
Java
Mainframe
Microsoft
Networking
Oracle
SAP
SEO
Sony
SQL Server
Testing
Tomcat
Toshiba
Ubuntu
Visual Basic
Web Hosting
Windows
SQL Query to Copy and Insert a Record from Same Table
Published by: San (2/6/2008)
I have an asp file where I have to copy few rows from a table and insert in the same too. I don’t want to make 2 queries by reading through the first then insert through the second query. If you know any way by which I can make a read and write in the same query then please post your comment.
Most Popular Articles
- SQL Join Query for Microsoft Access Database
- SQL Query to Copy and Insert a Record from Same Table
- What is the use of nolock condition in SQL Query
- How can I run my Stored Procedure in SQL Server 2005
- How do I Design a Database Which can Easily Handle the 10 Levels of Categories
How to Export and Import Data from SQL Server through a Text File >>
<< SQL Join Query for Microsoft Access Database
COMMENT