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
JSON Value Retrieve
IIS 6.0 asp.net 2.0 cpu performance issue
asp.net page to test database connectivity
subnet beginner ?
Reset display resolution windows 7
Run procedure every min (application_Start) ?
ISA PPTP VPN connection not working
how can I read more then one cell an excel file in vb.net
NAT setting and vmware
"svc: short len 19, dropping request"