Microsoft
Software
Hardware
Network
Question : INSERT INTO WITH VARIABLE
Hi!
I want to select the field ProdNo from a table and insert it in the same table but other colum with a variable.
How do i do that?
UPDATE Prod AS T1
SET webpg2 = 'test.asp?Prodno='(SELECT ProdNo FROM Prod AS T2 WHERE T1.Prodno=T2.ProdNo)
This dosent work...
Answer : INSERT INTO WITH VARIABLE
UPDATE Prod SET webpg2 = 'test.asp?Prodno=' + ProdNo
Random Solutions
SBS 2008 BPA - Exchange Server Virtual Directories are installed
iPhone 4 xcode "Line Drawing app"
setting month and year in jquery monthpicker plugin
IE8 annoying advertising popups on double underlined links in webpages
E72 - Opear Mobile 10 crashes after loading more than one page
Why RTRIM so slow on UPDATE
Dot Net IL Code to C# conversion
Is it possible to mirror two physical disks?
Import vs. link
How do I get the F6 storage drivers to work on a 8100 Elite Convertable Mini Tower?