mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-21 09:17:58 +08:00
Update README.md
This commit is contained in:
@@ -159,8 +159,7 @@ SHOW TABLES;
|
|||||||
|
|
||||||
-- Describe table structure
|
-- Describe table structure
|
||||||
DESCRIBE my_topic;
|
DESCRIBE my_topic;
|
||||||
-- or
|
-- or use the shorthand: DESC my_topic;
|
||||||
DESC my_topic;
|
|
||||||
|
|
||||||
-- Basic select
|
-- Basic select
|
||||||
SELECT * FROM my_topic;
|
SELECT * FROM my_topic;
|
||||||
|
Reference in New Issue
Block a user