标签自定义,参考代码:
function(){
var max=FR.remoteEvaluate('=SQL("JDBC3","'+"select max(num) from table_name where custormer = '"+this.category+"'"+'",1,1)');
var min=FR.remoteEvaluate('=SQL("JDBC3","'+"select min(num) from table_name where custormer = '"+this.category+"'"+'",1,1)');
return max+" "+min;
}