FR.remoteEvaluate('=sql("JDBC8","SELECT a,b from dbo.tu_bdktbhb where year=left(\''+ this.seriesName +'\',5) and month= \''+this.category+'\'",1)');想一次获取俩值应该怎么写
FR.remoteEvaluate('=sql("JDBC8","SELECT a||b as new from dbo.tu_bdktbhb where year=left(\''+ this.seriesName +'\',5) and month= \''+this.category+'\'",1)');