Re: [O] wishful thinking: using SQL to process tables. in the meantime, use R

2016-07-21 Thread Thierry Banel
Le 21/07/2016 03:13, dmg a écrit : Hi everybody, I was wondering if there was a way to join two tables given a common column. I searched but found nothing. it

[O] wishful thinking: using SQL to process tables. in the meantime, use R

2016-07-20 Thread dmg
Hi everybody, I was wondering if there was a way to join two tables given a common column. I searched but found nothing. it would be awesome to be able to process tables in SQLITE. something like this: #+BEGIN_SRC sqlite :var a=table1 b=table2 :colnames yes select * from $a join $b using