如何判断时间字段的值为空?

zmy99 2003-01-10 09:07:36
如何判断时间字段的值为空?
...全文
45 7 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
wgy2008 2003-01-11
  • 打赏
  • 举报
回复
isnull(string(时间变量))
bomber2001 2003-01-11
  • 打赏
  • 举报
回复
if string(date,'yyyy') = '' or string(date,'yyyy') = '1900' then
end
if isnull(date) then
end if
leepoy 2003-01-11
  • 打赏
  • 举报
回复
if isnull(时间变量) then
//
end if
toutou 2003-01-11
  • 打赏
  • 举报
回复
同意以上的意见,楼主可以揭帖了
ice2water 2003-01-10
  • 打赏
  • 举报
回复
up
myclife 2003-01-10
  • 打赏
  • 举报
回复
IsNull()
pantherwang 2003-01-10
  • 打赏
  • 举报
回复
if isnull(date) then
//
end if

1,108

社区成员

发帖
与我相关
我的任务
社区描述
PowerBuilder 相关问题讨论
社区管理员
  • 基础类社区
  • WorldMobile
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧