比如SQL("jdbc","select name|| $age from table where table_age = $age ",1,1) 如何写 什么格式
SQL("jdbc","select name|| "+$age+ " from table where table_age ='"+$age+"'",1,1)