var rq = FR.remoteEvaluate('SQL("FR","'+"SELECT DISTINCT RQ FROM SCRB_SHOP WHERE BM=奶茶 and RQ>='"+dateEditor0+"' and T_RQ<='"+dateEditor1+"'"+' order by RQ desc",1)');
var rq = FR.remoteEvaluate('SQL("FR","'+"SELECT DISTINCT RQ FROM SCRB_SHOP WHERE BM=\'奶茶\' and RQ>='"+dateEditor0+"' and T_RQ<='"+dateEditor1+"'"+' order by RQ desc",1)');
--------------
var SQL="SELECT DISTINCT RQ FROM SCRB_SHOP WHERE BM='奶茶' and RQ>='"+dateEditor0+"' and T_RQ<='"+dateEditor1+"' order by RQ desc";
alert(SQL);
var rq=FR.remoteEvaluate('SQL("FR", "'+SQL+'", 1)');