Displaying 2 results from an estimated 2 matches for "xdades_sql2".
Did you mean:
xdades_sql
2015 Jul 27
2
Error sql en función
...atement: near "fromc": syntax error
==========================
Alguien puede ayudarme y decir que estoy haciendo mal? El problema debe estar en el "paste" ya que si coloco la orden original funciona:
==========================
> SQL_PROVA = function (XDADES, XWHE)
+ {
+ XDADES_SQL2 = sqldf ("select * from Aids2 where state in ('NSW', 'QLD') and age < 40")
+ return(XDADES_SQL2)
+ }
> DADES_SEL2 = SQL_PROVA (XDADES = birthwt, XWHE = "where age < '40'")
> table (DADES_SEL2$state)
NSW Other QLD VIC
1102 0...
2015 Jul 27
2
Error sql en función
...>
> > Alguien puede ayudarme y decir que estoy haciendo mal? El problema debe
> > estar en el "paste" ya que si coloco la orden original funciona:
> >
> > ==========================
> > > SQL_PROVA = function (XDADES, XWHE)
> > + {
> > + XDADES_SQL2 = sqldf ("select * from Aids2 where state in ('NSW',
> > 'QLD') and age < 40")
> > + return(XDADES_SQL2)
> > + }
> >
> > > DADES_SEL2 = SQL_PROVA (XDADES = birthwt, XWHE = "where age < '40'")
> >
> >...