如何将hive的数据表导出到csv格式的文件中

2024年11月14日 14:21
有1个网友回答
网友(1):

$id=$_POST["itm"];
$sql="update vote set count=count+1 where id=$id";
if(mysql_query($sql))
{
$_SESSION["vote"]=session_id();
?>