Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. SELECT
  2. blah
  3. FROM
  4. "PUBLIC"."MYACTIVITY" MYACTIVITY
  5.  
  6. SELECT
  7. blah
  8. FROM
  9. "$P{schemaName}"."MYACTIVITY" MYACTIVITY
  10.  
  11. SELECT
  12. blah
  13. FROM
  14. $P!{schemaName}."MYACTIVITY" MYACTIVITY
Add Comment
Please, Sign In to add comment