Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为exec指令进行了SELECT语句适配,添加了查看所有表指令 #1155

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

Lycoiref
Copy link
Contributor

使用select语句时,若不带页数查询则默认显示第一页(第1-10条数据)
若带页数查询则显示对应页数信息(每页10条数据)
栗子:
exec SELECT * FROM table 5
--------->查看table表中第五页的数据
数据以keys: values的形式返回

@Lycoiref
Copy link
Contributor Author

效果展示;
-638e11689aaa08a6
2ad9d8e7052c9d94

@HibiKier HibiKier merged commit 658ef53 into HibiKier:main Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants