Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共4 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:SQLCompute 用in 条件字符型时得不到数据

1楼
xluoping 发表于:2024/12/5 17:58:00
Dim wjfs As String = DataTables("收款单").SQLGetComboListString("_Id","收款日期 Is null")  '未收款单号
output.show(wjfs)  '不为空值
If wjfs <> "" Then
    output.Show(DataTables("检测工单").SQLCompute("Coumt(*)","收id in ('" & wjfs.Replace("|","','") & "')"))  '得不到数据
End If

"_Id" 是字符型,如有换 数值型 字段,是可以得到数据的
2楼
chnfo 发表于:2024/12/5 20:25:00
If wjfs <> "" Then


if wjfs > ""  这样行不行?

Coumt(*)  count?
[此贴子已经被作者于2024/12/5 20:26:53编辑过]
3楼
有点蓝 发表于:2024/12/5 20:26:00
收id】也是字符型吗?如果两个表在同一个数据源

dim a as integer = DataTables("检测工单").SQLCompute("Count(收id)","收id in (select [_Id] from 收款单 where 收款日期 Is null) & "')")
output.Show(a)
4楼
pyh6918 发表于:2024/12/5 20:29:00
output.Show(DataTables("检测工单").SQLCompute("Coumt(*)

考眼力
共4 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .01953 s, 2 queries.