Advertisement
alexandrecoussy

Untitled

Mar 30th, 2022
762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.     String debugSql = "select insurer, date from stock where insurer='%s' and date='%s'";
  2.     debugSql = String.format(debugSql, "CARDIF", "2022-03-11");
  3.     Query query = entityManager.createNativeQuery(debugSql);
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement