sandman1970
05-18-2005, 08:04 AM
hi all,
i need to run this sql command for my vB forum:
UPDATE vb3_user SET options=options+512 WHERE !(options & 512) && membergroupids like *8*
the update has hit all users with membergroupids ( a string ), which contains at least one char '8', but saying the truth i know no thing about sql, could anyone correct my mistake in
membergroupids like *8*
syntax? Many thx.
i need to run this sql command for my vB forum:
UPDATE vb3_user SET options=options+512 WHERE !(options & 512) && membergroupids like *8*
the update has hit all users with membergroupids ( a string ), which contains at least one char '8', but saying the truth i know no thing about sql, could anyone correct my mistake in
membergroupids like *8*
syntax? Many thx.