sql函数再写查询语句的时候 怎么把from 表名 写成from 单元格。因为表名在单元格里向下扩展的
直接公式中
sql("数据连接名","select 字段 from "+A3,1,1)
sql("连接名","select * from "+A2+" where ",1,1)