Browse Source

Update README.md

pull/7185/head
chrislu 1 month ago
parent
commit
19a3da757f
  1. 3
      postgres-examples/README.md

3
postgres-examples/README.md

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

Loading…
Cancel
Save