当前位置:网站首页>使用sqlite3语句后出现省略号 ... 的解决方法
使用sqlite3语句后出现省略号 ... 的解决方法
2022-06-27 19:41:00 【码龙-】
当在linux系统中打开数据库,然后使用sql语句,然后如下图遇到出现省略号...>问题如何解决?

复现:
一、在linux系统中使用sqlite3打开某一个数据库,例如打开customer.db
sqlite3 customer.db
二、然后使用sql语句,例如使用查看某一个表的所有内容,例如表tbl_KTCSettings:
select * from tbl_KTCSettings
输入该语句之后就出现了上图开始时出现的问题,出现了省略号。
解决方法:
出现该问题的原因是没有在句子末尾加上结束语,也就是分号“;”,只有加上了在sql的句子末尾加上分号,sqlite3 才能分辨出sql句子结束而做出相应的响应。
加分号后结果如下图所示:

边栏推荐
- GBase 8a数据库用户密码安全相关参数汇总
- Method of reading file contents by Excel
- "Apprendre cette image" apparaît sur le Bureau win11 comment supprimer
- . Net learning notes (V) -- lambda, LINQ, anonymous class (VaR), extension method
- [LeetCode]508. 出现次数最多的子树元素和
- Knowledge sorting of exception handling
- Use Fiddler to simulate weak network test (2g/3g)
- Set code exercise
- Stm32cubeide1.9.0\stm32cubemx 6.5 f429igt6 plus lan8720a, configure eth+lwip
- Go from introduction to practice -- definition and implementation of behavior (notes)
猜你喜欢

. Net learning notes (V) -- lambda, LINQ, anonymous class (VaR), extension method

Système de gestion - itclub (II)

真香,自从用了Charles,Fiddler已经被我彻底卸载了

管理系统-ITclub(上)

Figure countdownlatch and cyclicbarrier based on AQS queue
![[leetcode] dynamic programming solution partition array ii[arctic fox]](/img/a1/4644206db3e14c81f9f64e4da046bf.png)
[leetcode] dynamic programming solution partition array ii[arctic fox]

GBase 8a的create database 会被查询耗时很长怀疑卡住的现象分析

Go from introduction to practice -- definition and implementation of behavior (notes)

Gao fushuai in the unit testing industry, pytest framework, hands-on teaching, will do this in the future test reports~

PCIe knowledge point -008: structure of PCIe switch
随机推荐
Golang uses regularity to match substring functions
Go from introduction to practice - error mechanism (note)
Bit. Store: long bear market, stable stacking products may become the main theme
軟件測試自動化測試之——接口測試從入門到精通,每天學習一點點
使用Jmeter进行性能测试的这套步骤,涨薪2次,升职一次
\w和[A-Za-z0-9_],\d和[0-9]等价吗?
xpath
Codeforces Round #723 (Div. 2)
管理系統-ITclub(下)
[LeetCode]30. 串联所有单词的子串
YOLOv6:又快又准的目标检测框架开源啦
Burp suite遇到的常见问题
PCIe knowledge point -008: structure of PCIe switch
Use Fiddler to simulate weak network test (2g/3g)
Codeforces Round #719 (Div. 3)
Hash table - sum of arrays
[sword offer ii] sword finger offer II 029 Sorted circular linked list
管理系统-ITclub(下)
Remote invocation of microservices
[LeetCode]动态规划解分割数组II[Arctic Fox]