Error:inherited method

HI All need your help
I got error when connecting to Snowflake from Studio

a.qry=function(a,s,d,f,g)
aa<- paste("selet * from abc",sep="")
DBI::dbGetquery(con,aa)
a.qry(a=con)

I'm getting error "unable to find an inherited method for function dbgetquery"

Could you help to fix this issue

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.