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