SQL Update Query
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
Dear All, How I can update multiple rows (with multiple column) , Values are from another Table. Pls reply URgent
-
Dear All, How I can update multiple rows (with multiple column) , Values are from another Table. Pls reply URgent
INSERT INTO TableA (AColumn) SELECT AColumn FROM TableB
-
Dear All, How I can update multiple rows (with multiple column) , Values are from another Table. Pls reply URgent
-
Umm, maybe better by some standards, but definately not faster. If you'll check your SQL to English dictionary, you'll see that "cursor" means "slow as hell." Visit BoneSoft.com