SQLite Forum

Documentation: broken text
Login

Documentation: broken text

(1) By AlexJ (CompuRoot) on 2022-01-14 14:24:40 [source]

Example text is broken here: Using sqlite3 in a shell script

$ sqlite3 ex1 'select * from tbl1' |
>  awk '{printf "<tr><td>%s<td>%s\n",$1,$2 }'
<tr><td>hello<td>10
<tr><td>goodbye<td>20
$

(2) By Larry Brasfield (larrybr) on 2022-01-14 17:43:33 in reply to 1 [link] [source]

Thanks. This is fixed, to be published in due course.