I use R interactively from Org-mode - the keybinding C-x '
from within an R code-block launches an interactive R session using ESS.
When I press C-x '
from inside an SQL code block, it sends the code block to an SQL-mode buffer, but it is not clear how I can then send a query to MySQL.
Can I do this with MySQL?