以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  求助 SQLCompute 问题  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=48355)

--  作者:shixia
--  发布时间:2014/3/27 14:37:00
--  求助 SQLCompute 问题
 Dim s1 As Double = DataTables("入库明细").SQLCompute("Max(_Identify)")
这段代码 显示 “语法错误 在查询表达式 \'Max(_Identify)\' 中。”

--  作者:Bin
--  发布时间:2014/3/27 14:40:00
--  
 Dim s1 As Double = DataTables("入库明细").SQLCompute("Max([_Identify])")