当前位置:网站首页>使用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句子结束而做出相应的响应。
加分号后结果如下图所示:
边栏推荐
- Software defect management - a must for testers
- [LeetCode]572. A subtree of another tree
- Gao fushuai in the unit testing industry, pytest framework, hands-on teaching, will do this in the future test reports~
- "Apprendre cette image" apparaît sur le Bureau win11 comment supprimer
- [leetcode] dynamic programming solution split integer i[silver fox]
- Special training of guessing game
- Magic POI error in reading excel template file
- [LeetCode]30. Concatenate substrings of all words
- win11桌面出現“了解此圖片”如何删除
- Quick excel export
猜你喜欢
Set code exercise
[leetcode] dynamic programming solution partition array i[red fox]
Yarn中RMApp、RMAppAttempt、RMContainer和RMNode状态机及其状态转移
[MySQL] database function clearance Tutorial Part 2 (window function topic)
不外泄的测试用例设计秘籍--模块测试
熊市慢慢,Bit.Store提供稳定Staking产品助你穿越牛熊
I think I should start writing my own blog.
管理系統-ITclub(下)
读写分离-Mysql的主从复制
The create database of gbase 8A takes a long time to query and is suspected to be stuck
随机推荐
Experience sharing of meituan 20K Software Test Engineers
管理系统-ITclub(中)
GBase 8a V8版本节点替换期间通过并发数控制资源使用减少对系统影响的方法
【Redis】零基础十分钟学会Redis
开源技术交流丨一站式全自动化运维管家ChengYing入门介绍
Golang uses regularity to match substring functions
\W and [a-za-z0-9_], \Are D and [0-9] equivalent?
[LeetCode]508. 出现次数最多的子树元素和
Luogu p5706 redistributing fertilizer and house water
[LeetCode]508. The most frequent subtree elements and
Stm32f107+lan8720a use stm32subemx to configure network connection +tcp master-slave +udp app
This set of steps for performance testing using JMeter includes two salary increases and one promotion
Figure countdownlatch and cyclicbarrier based on AQS queue
∫(0→1) ln(1+x) / (x ² + 1) dx
Go from introduction to actual combat - only any task is required to complete (notes)
Gao fushuai in the unit testing industry, pytest framework, hands-on teaching, will do this in the future test reports~
Selenium上传文件有多少种方式?不信你有我全!
GBase 8a OLAP函数group by grouping sets的使用样例
The create database of gbase 8A takes a long time to query and is suspected to be stuck
How many ways does selenium upload files? I don't believe you have me all!