我正在尝试从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,...)中的错误: 无法运行语句:
有任何提示吗?