如何在ssp简单类中使用UNION ALL?

时间:2018-05-16 08:36:01

标签: mysql sql mariadb union ssp

我想在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)

1 个答案:

答案 0 :(得分:0)

替换你的joinQuery而不是$ joinQuery ='来自table1 UNION ALL table2';

#if($!url) 
    <script>    
      var count=3;
      window.setInterval(go,1000);

    </script> 
#end