摘要: 例子 假设我们要通过创建时间create_time查询数据库表product里的具体条目 如果要查询创建时间大于等于“2019-01-29”的条目,那么SQL查询语句应是: select * from product where create_time >=“2019-01-29”,这时候返回了正确 阅读全文
posted @ 2019-01-28 22:39 Justin丶Lin 阅读(328) 评论(0) 推荐(0)