# 快速查看数据表结构 **Published by:** [64568.eth](https://paragraph.com/@64568/) **Published on:** 2024-01-29 **URL:** https://paragraph.com/@64568/XnpWPQ36Jy90bjYVOrpA ## Content 在编查sql查询数据前,我们需要要查询什么表,表内存储了什么类型数据,表内的数据是否是要查询的数据。 在确定要查询的表格后,可以用 * 返回表内所有的列和数据,并且用limit 5限制返回5行数据来提高查询速度。 查询例子 select * from 要查询的表 limit 5 ## Publication Information - [64568.eth](https://paragraph.com/@64568/): Publication homepage - [All Posts](https://paragraph.com/@64568/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@64568): Subscribe to updates