Re: [R] Some SQL Challenges

2009-08-06 Thread Don MacQueen
Don't understand what this has to do with SQL, or why you're asking for SQL solutions in an R mailing list, but here are some R suggestions. (abbreviating "COLUMN" with "C") At 11:40 AM -0700 8/3/09, JoK LoQ wrote: Hi, Im trying to complete a list of jobs using SQL Querries and some "if else

Re: [R] Some SQL Challenges

2009-08-05 Thread Michael Yutzi
To insert values with SQL: INSERT INTO table_name VALUES (value1, value2, value3,...). To deal with those date problems Im almost sure that R has a Date Function somewhere in its manual. You should take a look. Just the best help I can give, sorry good look JoK LoQ wrote: > > Hi, > > Im t