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

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

There is a newer version: 8.29.0
Show newest version
SELECT 1 FROM SHY_PETBLOCK pet, SHY_PLAYER play
WHERE pet.shy_player_id = play.id
AND play.uuid = ?;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy