Guest User

Untitled

a guest
Oct 31st, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. conn = psycopg2.connect(database = "xxxxx", user = "xxxxx", password = "xxxxx", host = "xxxxxx", port = "9999")
  2. cur = conn.cursor()
  3. cur.execute('''
  4. SELECT test_schema.f_cdrivers(
  5. ' abcd.pi_ch_ixns_day_t1 ',
  6. ' abcd.ChIxnData_t1 ',
  7. ' abcd.ChIxnDay_t1 ',
  8. ' abcd.ChIxnMatrixDay_t1' ,
  9. 'day',
  10. 'xy')
  11. ;''')
Add Comment
Please, Sign In to add comment