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 my_topic;
-- or
DESC my_topic;
-- or use the shorthand: DESC my_topic;
-- Basic select
SELECT * FROM my_topic;