All Questions
Tagged with command-line sqlite
3 questions
1
vote
1
answer
2k
views
SQLite command line shell stuck on ...> , CTRL+D not working
I've just started learning Databases, and the instructor is teaching SQLite with the command line shell. I downloaded sqlite-tools-win32-x86-3350400.zip from sqlite.org/download
When I enter false ...
0
votes
1
answer
220
views
sqlite3 - table_info looks messy
I created a new database by using the command line binary on Suse.
After activating headers by using .headers ON it still looks messy when getting table information with PRAGMA table_info(TABLE1);:
...
-1
votes
1
answer
714
views
SQLITE3 Commandline Tool SQL UPDATE Query syntax problem
I have two databases with identical table structures
Dest.db = main
Source.db = src
the table is called
colorramp
structure of colorramp is
ID | name | xml | favorite
main.colorramp needs ...