摘要:
转自:https://blog.csdn.net/linglinglu/article/details/9022679?utm_source=blogxgwz2 IReport工具在制作报表的时候,会有日期或者日期时间的显示,我们可以给日期显示组件设置Pattern 属性值为我们想要的日期格式就可以 阅读全文
posted @ 2017-01-20 18:03
Sharpest
阅读(1636)
评论(0)
推荐(0)
摘要:
1.不为空 select * from table where id <> ""; select * from table where id != ""; select * from table where id not is null 2.为空 select * from table where 阅读全文
posted @ 2017-01-20 11:45
Sharpest
阅读(1490)
评论(0)
推荐(0)