This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
go-trainer/go_trainer/sql/qq/GO_TRAINER_GET_HASRATED.php
2016-04-18 01:43:35 +02:00

8 lines
280 B
PHP

<?php
namespace SQL;
class GO_TRAINER_GET_HASRATED extends \SYSTEM\DB\QP {
public static function get_class(){return \get_class();}
public static function mysql(){return
'SELECT * FROM `go_trainer_rating` WHERE user_id = ? AND relation_type = 1 AND relation_id = ? ;'
;}}