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

边栏推荐
- Analysis of stone merging
- Express e stack - small items in array
- Summary of gbase 8A database user password security related parameters
- xpath
- Go from introduction to actual combat - task cancellation (note)
- 单元测试界的高富帅,Pytest框架,手把手教学,以后测试报告就这么做~
- GBase 8a OLAP分析函数cume_dist的使用样例
- \w和[A-Za-z0-9_],\d和[0-9]等价吗?
- Luogu p5706 redistributing fertilizer and house water
- Figure countdownlatch and cyclicbarrier based on AQS queue
猜你喜欢

Go from introduction to actual combat - task cancellation (note)

STM32F107+LAN8720A使用STM32cubeMX配置网络连接+tcp主从机+UDP app
![[LeetCode]动态规划解分割数组II[Arctic Fox]](/img/a1/4644206db3e14c81f9f64e4da046bf.png)
[LeetCode]动态规划解分割数组II[Arctic Fox]

YOLOv6:又快又准的目标检测框架开源啦

Go from introduction to practice -- shared memory concurrency mechanism (notes)

Interval DP of Changyou dynamic programming

Remote invocation of microservices

登录凭证(cookie+session和Token令牌)

Process control task

The create database of gbase 8A takes a long time to query and is suspected to be stuck
随机推荐
GBase 8a OLAP分析函数cume_dist的使用样例
Professor of Tsinghua University: software testing has gone into a misunderstanding - "code is necessary"
[leetcode] dynamic programming solution split integer i[silver fox]
Common problems encountered by burp Suite
管理系统-ITclub(中)
单元测试界的高富帅,Pytest框架,手把手教学,以后测试报告就这么做~
记一次List对象遍历及float类型判断大小
Test birds with an annual salary of 50w+ are using this: JMeter script development -- extension function
\w和[A-Za-z0-9_],\d和[0-9]等价吗?
C语言程序设计详细版 (学习笔记1) 看完不懂,我也没办法。
[MySQL] database function clearance Tutorial Part 2 (window function topic)
YOLOv6:又快又准的目标检测框架开源啦
哈希表-数组之和
Go from introduction to practice -- shared memory concurrency mechanism (notes)
[LeetCode]513. Find the value in the lower left corner of the tree
qt base64加解密
[LeetCode]508. 出现次数最多的子树元素和
Set code exercise
[leetcode] 508. Élément de sous - arbre le plus fréquent et
【MySQL】数据库函数通关教程下篇(窗口函数专题)