Table creation: Difference between revisions

Line 10:
 
AWK is just a glue language. Simply pipe the creation command into SQLite and capture the output.
 
 
<lang awk>#!/bin/sh -f
awk '
Line 19 ⟶ 17:
exit;
}
'</lang>
'
</lang>
 
 
=={{header|J}}==
Anonymous user