php presto 操作 hive 类

sinat_35414968 31 0 ZIP 2019-06-05 03:06:47

用法:$presto=newPrestoClient();$data=$presto->querySql('selectcount(user_id)fromxx.xx');//库名.表名var_dump($data);die();

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-06-05 03:06:48

经过修改可用