我想在ssp2简单类
中使用下面的SQL查询ValueError: invalid literal for int() with base 10: '-14.40'
我在下面尝试查询 select * from table1 UNION ALL select * from table2
,但它不起作用。
ssp::simple class
注意:我正在使用$table ='';
$joinQuery = ' from table1 UNION ALL table2';
return Ssp::simple($_POST, $this->sql_details, $table, $primaryKey, $columns,
$joinQuery, $filterQuery, null, null, null);
(MariaDB)
答案 0 :(得分:0)
替换你的joinQuery而不是$ joinQuery ='来自table1 UNION ALL table2';
#if($!url)
<script>
var count=3;
window.setInterval(go,1000);
</script>
#end