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
AJAX Refresh on Submit of Pop Up Window
Sharepoint Webpart page load event issue
Windows 7 Sounds Controls (device at Volume 0 but can still hear)
Return a Char at position
OCS Edge Server R2 2007
Exhange 2003 mailbox permissions
Microsoft Information Store stalling issues
Reverse DNS does not match SMTP Banner
How can I copy a range of cells in a worksheet to another area in the same worksheet based off of the value of a cell in Excel 2007?
Pass recordset from local sql server to remote sql server using access adp