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
Record pone calls in remote desktop
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Computer reboots severat times a day
How to setup two virtual subnets with vmware workstation 6.5
RIS - CAN WIN 2003 STANDARD & XP BE IMAGED INTO SAME FOLDER
How to create Point using ArcGIS?
Two SCCM primary site in active directory
access 2003: subreport not hiding controls
asp.net size
Create Table (MS SQL 2008) with Time Column that accepts 14:00 format only