Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有针对在 OIM 中创建的用户的 SQL 查询。在 OIM 中创建用户时没有提供日期,但是我们需要根据创建日期来查找用户。
Select * from usr where to_date(usr_create)>to_date('01-Jun-2016', 'DD-MON-YYYY');