Advertisement
Guest User

Untitled

a guest
Jun 10th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ij version 10.8
  2.  
  3. ij> connect 'jdbc:derby://localhost:1527/challengedb;create=true';
  4.  
  5. ij> select * from app.user_count where datetime > {fn timestampdiff(SQL_TSI_SECOND, -30, CURRENT_TIMESTAMP)};
  6. ERROR 42X45: INTEGER is an invalid type for argument number 2 of TIMESTAMPDIFF.
  7. ij>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement