How do i purge a faction from MYSQL? (( Remove all members on faction from MySQL query ))
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
An example would be:
pawn Код:
"UPDATE Accounts SET faction=0 WHERE faction=1;"
Another one could have been Foreign Key Constraints but that would set them to NULL on delete so not recommended.
PHP код:
UPDATE Accounts SET RunLoopThroughAcc WHERE faction=1 SET faction=
Thats right?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)