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.
次のSQLのopenJPAでJPQLに対応するものを知っている人はいますか Select * from emptable where date(TALBLE_COL_YYYY ||'-'||TALBLE_COL_MM||'-' ||TALBLE_COL_DD) < current_date
Select * from emptable where date(TALBLE_COL_YYYY ||'-'||TALBLE_COL_MM||'-'
||TALBLE_COL_DD) < current_date