- Forum
- JAVA / TAFJ Discussions
- TAFJ Installation / Developments
- COUNT command always returns 0 results in DBTools
COUNT command always returns 0 results in DBTools
- malai
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 508
- Thank you received: 11
8 years 3 days ago #20739
by malai
COUNT command always returns 0 results in DBTools was created by malai
Hi,
I am running R15 TAFJ on Windows with H2 database.
When I issue the COUNT JQL command it always returns 0 records
>JQL
>COUNT V_FBNK_SECTOR
It returns '0 Records Counted'
But when I do with SQL it returns 47 records
>SQL
>SELECT COUNT(*) FROM V_FBNK_SECTOR
It returns COUNT(*) 47
Why the JQL command always returns 0. Is there something wrong?
I am running R15 TAFJ on Windows with H2 database.
When I issue the COUNT JQL command it always returns 0 records
>JQL
>COUNT V_FBNK_SECTOR
It returns '0 Records Counted'
But when I do with SQL it returns 47 records
>SQL
>SELECT COUNT(*) FROM V_FBNK_SECTOR
It returns COUNT(*) 47
Why the JQL command always returns 0. Is there something wrong?
Please Log in or Create an account to join the conversation.
- Valleyman1
- Visitor
8 years 2 days ago #20748
by Valleyman1
Replied by Valleyman1 on topic COUNT command always returns 0 results in DBTools
Please try in the format below:
sh DBTools -s JQL count FBNK.SECTOR
sh DBTools -s JQL count FBNK.SECTOR
Please Log in or Create an account to join the conversation.
- malai
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 508
- Thank you received: 11
7 years 11 months ago #20779
by malai
Replied by malai on topic COUNT command always returns 0 results in DBTools
It works great.
In JQL it works for FBNK.SECTOR
In JQL it works for FBNK.SECTOR
Please Log in or Create an account to join the conversation.
- Forum
- JAVA / TAFJ Discussions
- TAFJ Installation / Developments
- COUNT command always returns 0 results in DBTools
Time to create page: 0.076 seconds