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
I can't find the audio driver for a Satellite P30
Passing Group Value into SubReport?
asp.net + gridview + linkbutton
how to read pcap file in windows without wireshark
How many amps can a 25V 470uF capacitor hold before it explodes?
iPhone - playing youtube / video / audio of a youtube
Windows errors - XP - application DKK C windows system RE shell32Mdll not valid window image
Cisco ASA NAT Issue
Cryptor
Outlook inbox refresh problem after upgrading to Exchange 2010