Code:
Use PS_GameData
UPDATE dbo.CharItems SET Craftname = '00000000000000000020' WHERE (CharID = '1') AND (Bag = '1') AND (Slot = '5')
SELECT RowID, CharID, ItemID, Type, TypeID, Bag, Craftname
FROM dbo.CharItems Where (CharID = '1') AND (Bag = '1') AND (Slot = '5')