#+BEGIN_SRC sql :exports both
select 1 limit 0;
#+END_SRC
It fails to export with an error in *Messages*:
user-error: Empty table - created default table
It also stops processing the document at that point.
(That SQL code produces no output but is not a SQL error.)
I'd prefer if it would just leave that empty (missing) table out, and keep going. Is there any way to do that?
--
Gary