当前位置:网站首页>Ellipsis after SQLite3 statement Solutions for
Ellipsis after SQLite3 statement Solutions for
2022-06-27 22:09:00 【Code Dragon-】
When in linux Open the database in the system , And then use sql sentence , Then the ellipsis appears as shown in the figure below ...> How to solve the problem ?

Reappear :
One 、 stay linux The system uses sqlite3 Open a database , For example, open customer.db
sqlite3 customer.db
Two 、 And then use sql sentence , For example, use to view all the contents of a table , Such as table tbl_KTCSettings:
select * from tbl_KTCSettings
After entering this statement, the problem occurred at the beginning of the above figure , An ellipsis appears .
resolvent :
The reason for this problem is that the conclusion is not added at the end of the sentence , That's a semicolon “;”, Only by adding sql Add a semicolon at the end of the sentence ,sqlite3 To distinguish sql Respond accordingly at the end of the sentence .
The result after adding a point sign is shown in the following figure :

边栏推荐
猜你喜欢

Crontab scheduled task common commands
![[leetcode] dynamic programming solution partition array ii[arctic fox]](/img/a1/4644206db3e14c81f9f64e4da046bf.png)
[leetcode] dynamic programming solution partition array ii[arctic fox]

Simulink method for exporting FMU model files

C语言程序设计详细版 (学习笔记1) 看完不懂,我也没办法。

How to delete "know this picture" on win11 desktop

Codeforces Round #723 (Div. 2)

Interval DP of Changyou dynamic programming

管理系统-ITclub(上)

Professor of Tsinghua University: software testing has gone into a misunderstanding - "code is necessary"

管理系统-ITclub(下)
随机推荐
[LeetCode]513. Find the value in the lower left corner of the tree
Use Fiddler to simulate weak network test (2g/3g)
STM32CubeIDE1.9.0\STM32CubeMX 6.5 F429IGT6加LAN8720A,配置ETH+LWIP
Fill in the blank of rich text test
Gbase 8A OLAP analysis function cume_ Example of dist
[LeetCode]100. Same tree
Burp suite遇到的常见问题
win11桌面出現“了解此圖片”如何删除
Software defect management - a must for testers
软件测试自动化测试之——接口测试从入门到精通,每天学习一点点
\W and [a-za-z0-9_], \Are D and [0-9] equivalent?
[LeetCode]186. 翻转字符串里的单词 II
宏任务、微任务理解
qt 大文件生成md5校验码
xpath
How to design an elegant caching function
Go from introduction to practice -- shared memory concurrency mechanism (notes)
[LeetCode]30. 串联所有单词的子串
GBase 8a V8版本节点替换期间通过并发数控制资源使用减少对系统影响的方法
[leetcode] dynamic programming solution partition array ii[arctic fox]