博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS sqlite查询当天日期的数据
阅读量:4954 次
发布时间:2019-06-12

本文共 419 字,大约阅读时间需要 1 分钟。

}    NSString*timeFormat = @"%Y-%m-%d";    NSString * sql = [NSString stringWithFormat:@"select *  from T_TRAVEL_EXPENSE_RETURNTRIP where strftime('%@','now') = strftime('%@',SRV_DATE) and USER_ID='%@'  order by CREATE_TIME desc",timeFormat,timeFormat,userId];    if([db open])    {        FMResultSet * rs = [db executeQuery:sql];        while ([rs next])        {

  

转载于:https://www.cnblogs.com/wxm5558/p/5816288.html

你可能感兴趣的文章
Codeforces 40 E. Number Table
查看>>
CLR via C#(第3 版)
查看>>
java语法之final
查看>>
关于响应式布局
查看>>
详解ASP.Net 4中的aspnet_regsql.exe
查看>>
python 多进程和多线程的区别
查看>>
hdu1398
查看>>
[android] 网络断开的监听
查看>>
156.Binary Tree Upside Down
查看>>
MongoDB在windows下安装配置
查看>>
Upselling promotion stored procedure
查看>>
sigar
查看>>
iOS7自定义statusbar和navigationbar的若干问题
查看>>
程序员如何提高影响力:手把手教你塑造个人品牌
查看>>
[Locked] Wiggle Sort
查看>>
deque
查看>>
Ext JS学习第十三天 Ext基础之 Ext.Element
查看>>
Setting up a Passive FTP Server in Windows Azure VM(ReplyCode: 227, Entering Passive Mode )
查看>>
Atitit mtp ptp rndis midi协议的不同区别
查看>>
Ajax辅助方法
查看>>