blackbirdMIT
IS-IT--Management
I need help in developing an updatable cursor that updates and deletes rows from a table/s. I only like to deal with Oil.OilName and Cautions.Description.
I have the tables below:
OIL table:
OilID int
OilName nvarchar(50)
LatinName nvarchar(50)
PlantTypeID int
PlantPartID int
CAUTIONS table:
CautionID int
CautionNum int
Caution nvarchar(50)
Description ntext(16)
Can you please show me how to start this task?
I have the tables below:
OIL table:
OilID int
OilName nvarchar(50)
LatinName nvarchar(50)
PlantTypeID int
PlantPartID int
CAUTIONS table:
CautionID int
CautionNum int
Caution nvarchar(50)
Description ntext(16)
Can you please show me how to start this task?