Microsoft
Software
Hardware
Network
Question : sql statement needed
need a sql statement to show that for each time a car is added to (product table)...inventory is reduced from (part table).
Table name: PRODUCT
PROD_CODE PROD_QOH
car 24
Table name: PART
PART_CODE PART_QOH
Frame 22
Moulding 23
Answer : sql statement needed
begin tran
insert into PRODUCT select ...
if @@ROWCOUNT > 0
UPDATE Part
SET qty = qty -1
WHERE PART_QOH = ???
IF @@Error <> 0
BEGIN
ROLLBACK TRAN
return
END
commit tran
Random Solutions
Getting error message "The server tag is not well formed" on the line where I have a hyperlink control in my datagrid
Trying to understand Excel formula for sample size, sat confidence level and probability
How to restrict the user to access only one Document Library other than accessing complete site?
Need batch to move files older than 8 days
Intel Pro/1000 MT (Single Port) - Teaming Options Not Shown In Device Manager on Windows 2003 32-bit
What table contains company/database name - MS Dynamics GP
How to write an Excel if statement that would accomplish figuring the percentage of a dollar amount based on the scale below:
Compiled code in md*B* vs md*E* ?
VB FORMULA - Loop
Have full control in Sharepoint but cannot view groiup