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.
host_democracy/democracy/api/sql/BETA_CODE_DELETE.php

10 lines
223 B
PHP

<?php
namespace SQL;
class BETA_CODE_DELETE extends \SYSTEM\DB\QP {
public static function get_class(){return \get_class();}
public static function mysql(){return
'DELETE FROM `beta_code` WHERE code = ?;';
}
}