I am trying to:
dbGetQuery(conn, "SELECT * FROM test WHERE id in (select fid from test2)")
However, I get the error:
RS-DBI driver: (could not Retrieve the result : ERROR: column "fid" does not exist
Is nested selects not supported by RPostgreSQL?