alamb commented on PR #18603:
URL: https://github.com/apache/datafusion/pull/18603#issuecomment-3516509090

   I tried it out and it works great -- thanks @klion26 
   
   ```sql
   
   > \dd
   '\dd' is not a valid command, you can use '\?' to see all commands
   > \?
   Command,Description
   \d,list tables
   \d name,describe table
   \q,quit datafusion-cli
   \?,help
   \i filename,reads input from the specified filename
   \h,function list
   \h function,search function
   \quiet (true|false)?,print or set quiet mode
   \pset [NAME [VALUE]],"set table output option
   (format)"
   \object_store_profiling (disabled|summary|trace),print or set object store 
profile mode
   10 row(s) fetched.
   Elapsed 0.000 seconds.
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to