Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. "select c from table t
  2. where t.id = " + id
  3. + " AND t.numTwo = " + id_two
  4. + " AND t.numThree = " + id_three
  5. + " AND trunc(t.dt) = trunc(sysdate)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement