DBTools JQL DESCRIBE not showing anything

  • malai
  • malai's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 years 7 months ago - 7 years 7 months ago #20781 by malai
How to use JQL DESCRIBE using DBTools? Also want to understand what is the use of DESCRIBE in JQL. I can understand in SQL, DESCRIBE will show the Table structure.

As per the manual it states as below
DESCRIBE <<View or Table Name Pattern>> <<Column Name Pattern (optional)>>...ie. V_FBNK_CURR% %CURR%

But when I execute the below command
DESCRIBE V_FBNK_CURR% %CURR%

It returning empty
TABLE                          COLUMNS                        TYPE NAME
----------------------------------------------------------------------------------------------
Last edit: 7 years 7 months ago by malai.

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #20789 by Valleyman1
Replied by Valleyman1 on topic DBTools JQL DESCRIBE not showing anything
I have just checked on my local machine am getting results. my query is below:

DESCRIBE INDEXES FOR TABLE F_PGM_FILE SHOW DETAIL

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds