从R中从数据库中删除

时间:2018-08-07 06:11:37

标签: r rmysql

我正在尝试从mysql表中具有数据范围的R中删除数据

实际陈述:

<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/blitzer/jquery-ui.css" rel="stylesheet"/>


<form method="post">
    <p><input type="date" placeholder="" /></p>
</form>

尝试:

dbSendQuery(conn,"delete from tab_name  where date<='2018-07-29'")

我得到的错误是:

  

.local(conn,statement,...)中的错误:     无法运行语句:

有任何提示吗?

0 个答案:

没有答案