I am learning sqlite3. I wanna insert a separator between two tables, how do I do this?
-- show Table [exam]
SELECT * from exam;
-- here I wanna print a newline as separator
-- how to do this?
-- show Table [examlog]
SELECT * from examlog;
If it's still of any use:
.print ''
will print a new line in the output.
Try
select '';
on a line by itself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With