Sébastien Vauban writes:
> Hello,
>
> Two small questions, with that minimal example:
>
> #+begin_src org
> ,* Database
> ,
> ,** Back up the database
> ,
> ,Create a backup file of the existing database:
> ,
> ,#+srcname: backup-db(dbName, dbBackupFile)
> ,#+begin_src sql
> ,BACKUP DATABASE dbNa
Hello,
Two small questions, with that minimal example:
#+begin_src org
,* Database
,
,** Back up the database
,
,Create a backup file of the existing database:
,
,#+srcname: backup-db(dbName, dbBackupFile)
,#+begin_src sql
,BACKUP DATABASE dbName TO DISK = 'dbBackupFile'
,go
,#+end_src
,
,** Back