Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Query q = session.createQuery("from GpsData " +
  2. "where mobileUnitId = '2090818044' " +
  3. "and gpsDate in " +
  4. "(select gpsDate from GpsData " +
  5. "where mobileUnitId = '2090818044' " +
  6. "ORDER BY gpsDate DESC LIMIT 1) " +
  7. "and gpsStatus='true'");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement