Eric Schulte <eric.schu...@gmx.com> writes: > Does the following work with the addition of ":results scalar"?
Yes, there is no error although the format of the result is different to the one database line query or the equivalent shell command. This is what happens for me: #+begin_src sqlite :db ob-bug.db :results output scalar select f_name || " " || l_name from person; #+end_src #+results: : "Joe Bloggs" : "Fred Smith" Phil