Update README.md

This commit is contained in:
chrislu
2025-09-04 08:08:40 -07:00
parent 31d5960f00
commit 19a3da757f

View File

@@ -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;