On Monday, 22 October, 2018 14:13, Peter Ďurica <pduri...@gmail.com> wrote:

>Table with sample data:
>*create table t(a int, b int);*
>*insert into t values(1,11);*
>*insert into t values(2,12);*

...

What is up with the asterisks, they make copying VERY VERY VERY VERY difficult. 
 
If you want to put "stars" around your text, how about you do it before the 
beginning and after the end so that the script commands remain a script 
command, as in:

*****
create table t(a int, b int);
insert into t values(1,11);
insert into t values(2,12);
*****

---
The fact that there's a Highway to Hell but only a Stairway to Heaven says a 
lot about anticipated traffic volume.




_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to