当前位置:网站首页>使用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句子结束而做出相应的响应。
加分号后结果如下图所示:

边栏推荐
- How many ways does selenium upload files? I don't believe you have me all!
- 不外泄的测试用例设计秘籍--模块测试
- Stm32cubeide1.9.0\stm32cubemx 6.5 f429igt6 plus lan8720a, configure eth+lwip
- Simulink导出FMU模型文件方法
- TreeSet details
- [LeetCode]186. Flip word II in string
- Set code exercise
- I think I should start writing my own blog.
- GBase 8a OLAP分析函数cume_dist的使用样例
- Use Fiddler to simulate weak network test (2g/3g)
猜你喜欢

PCIe knowledge point -008: structure of PCIe switch

Remote invocation of microservices

【Redis】零基础十分钟学会Redis

使用Fiddler模拟弱网测试(2G/3G)

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

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

GBase 8a的create database 会被查询耗时很长怀疑卡住的现象分析
![[leetcode] dynamic programming solution partition array ii[arctic fox]](/img/a1/4644206db3e14c81f9f64e4da046bf.png)
[leetcode] dynamic programming solution partition array ii[arctic fox]

The create database of gbase 8A takes a long time to query and is suspected to be stuck

Go from introduction to practice -- shared memory concurrency mechanism (notes)
随机推荐
Example of using gbase 8A OLAP function group by grouping sets
石子合并问题分析
Process control task
Interval DP of Changyou dynamic programming
Summary of Web testing and app testing by bat testing experts
GBase 8a数据库用户密码安全相关参数汇总
[LeetCode]161. 相隔为 1 的编辑距离
Xiao Wang's interview training task
Acwing weekly contest 57- digital operation - (thinking + decomposition of prime factor)
Gbase 8A OLAP analysis function cume_ Example of dist
. Net learning notes (V) -- lambda, LINQ, anonymous class (VaR), extension method
分享|智慧环保-生态文明信息化解决方案(附PDF)
洛谷P5706 再分肥宅水
Remote invocation of microservices
真香,自从用了Charles,Fiddler已经被我彻底卸载了
年薪50W+的测试大鸟都在用这个:Jmeter 脚本开发之——扩展函数
Système de gestion - itclub (II)
[leetcode] 508. Élément de sous - arbre le plus fréquent et
Go from introduction to practice -- definition and implementation of behavior (notes)
Common methods of string class