1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

:-) (CVS 5)

FossilOrigin-Name: 9fd0628af897c54c122fdef02f79788385ece39c
This commit is contained in:
drh
2000-05-29 18:50:16 +00:00
parent cefc92b8a3
commit 806818db31
5 changed files with 34 additions and 15 deletions

View File

@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: sqlite.tcl,v 1.2 2000/05/29 18:20:15 drh Exp $}
set rcsid {$Id: sqlite.tcl,v 1.3 2000/05/29 18:50:16 drh Exp $}
puts {<html>
<head>
@ -278,7 +278,7 @@ sql> (((.mode list)))
sql> (((.separator |)))
sql> (((.output test_file_1.txt)))
sql> (((select * from tbl1;)))
sql> (((.exit
sql> (((.exit)))
$ (((cat test_file_1.txt)))
hello|10
goodbye|20