Guest User

Untitled

a guest
Oct 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.43 KB | None | 0 0
  1. UPDATE items SET SOURCE='other', sourcename='Unknown (Let us know!)' WHERE itemid IN (SELECT * FROM items WHERE (name REGEXP 'of the Fortress$' OR name REGEXP 'of the Anointed$' OR name REGEXP 'of the Devout$' OR name REGEXP 'of the Sovereign$' OR name REGEXP 'of the Defender$' OR name REGEXP 'of the Stalwart$' OR name REGEXP 'of Valor$' OR name REGEXP 'of the Mythical$') AND SOURCE IS NULL)
  2. 1241: Operand should contain 1 COLUMN(s)
Add Comment
Please, Sign In to add comment