"error": { "root_cause": [ { "type": "query_phase_execution_exception", "reason": "Result window is too large, from + size must be less than or equal to: [1000000] but was [1000000099]. See the scroll…
<?php class czy { public $host="localhost"; //地址 public $uid="root"; //用户名 public $pwd="*******";//用户密码 public $dbname="*******";//用户数据库名 /** *给一个sql语句,返回执行的结果 *@param string @sql用户指定的sql语句 *@param int $type 用户给的…