将Oracle中时间字段转化成字段串,然后进行字符串模糊查询
select * from person p where to_char(p.birthday,'yyyy-MM-dd') like '2012-07-30'
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/14245.html
将Oracle中时间字段转化成字段串,然后进行字符串模糊查询
select * from person p where to_char(p.birthday,'yyyy-MM-dd') like '2012-07-30'
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/14245.html