6 lines
75 B
Text
6 lines
75 B
Text
|
|
# Turn off tabular output:
|
||
|
|
.mode list
|
||
|
|
.headers off
|
||
|
|
|
||
|
|
select 'Hello world!';
|