All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.petblock.selectentrybyplayer.sql Maven / Gradle / Ivy

SELECT 1 FROM SHY_PETBLOCK pet, SHY_PLAYER play
WHERE pet.shy_player_id = play.id
AND play.uuid = ?;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy