Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. myredshiftconn<-src_postgres('nexus' ,
  2. host = 'xxxxxxx.yyyyy-1.redshift.amazonaws.com',
  3. port=5439,
  4. user="xxxx",
  5. password="yyyyy")
  6.  
  7. succesful_sales=tbl(myredshiftconn,"x_succesful_sales")
  8.  
  9. Error in postgresqlExecStatement(conn, statement, ...) :
  10. RS-DBI driver: (could not Retrieve the result : ERROR: relation "x_succesful_sales" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement