Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. mysql:
  3. query: |
  4. --this is a comment
  5. SELECT * FROM foo
  6. WHERE bar like '%foobar%'
  7. AND foo = 1;
  8.  
  9. ---
  10. mysql:
  11. credentials:
  12. username: zarren
  13. password: pass
  14. query: |
  15. --this is a comment
  16. SELECT * FROM foo
  17. WHERE bar like '%foobar%'
  18. AND foo = 2;
  19. test1: test1
  20. test2: test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement