File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
docs/source/user-guide/sql Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ DESCRIBE users;
343343
344344Output:
345345
346- ```
346+ ``` sql
347347+ -- ------------+-----------+-------------+
348348| column_name | data_type | is_nullable |
349349+ -- ------------+-----------+-------------+
@@ -374,7 +374,7 @@ DESCRIBE taxi;
374374
375375Output might show:
376376
377- ```
377+ ``` sql
378378+ -- ------------------+-----------------------------+-------------+
379379| column_name | data_type | is_nullable |
380380+ -- ------------------+-----------------------------+-------------+
@@ -385,11 +385,9 @@ Output might show:
385385+ -- ------------------+-----------------------------+-------------+
386386```
387387
388- :::{note}
389388The ` DESCRIBE ` command works with all table types in DataFusion, including:
390389
391390- Regular tables created with ` CREATE TABLE `
392391- External tables created with ` CREATE EXTERNAL TABLE `
393392- Views created with ` CREATE VIEW `
394393- Tables in different schemas using qualified names (e.g., ` DESCRIBE schema_name.table_name ` )
395- :::
You can’t perform that action at this time.
0 commit comments