0

This is possible with oracl sql developer. I want that same functionality in pheonix is that possible Ddl along with dcl statements

Asiri Liyana Arachchi
  • 2,663
  • 5
  • 24
  • 43

1 Answers1

1

You probably want to refer to this question How to export table schemas in apache phoenix?

!describe <table_id> is a popular
Paul Bastide
  • 1,505
  • 4
  • 17
  • 22