DELETE *
FROM foo
WHERE classid = SELECT classid
FROM market_items
WHERE steamid = '76561198089201925'
How can we then use this select query to delete all the rows in another table which have a classid as one of the selected class ids.