MySQL Forums
Forum List  »  General

Re: How do I use MySQL to store the game data of an old game emulator for iOS?
Posted by: John Watson
Date: August 30, 2022 12:13AM

Please try this
FROM achievements
WHERE playerId = @playerId
AND achievementId = @achievementId

Options: ReplyQuote


Subject
Written By
Posted
Re: How do I use MySQL to store the game data of an old game emulator for iOS?
August 30, 2022 12:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.