Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Raviteja_yadav
Contributor
Contributor

How to use select count(*) from table in db components, while using query getting null pointer exception

How to use select count(*) from table in db components, while using query getting null pointer exception

Labels (3)
1 Reply
Anonymous
Not applicable

Hello @Not defined Not defined​ ,

Please try the below query like:

select count(*) as num1 from xxxx

You can setup the Column field num1 in tDBInput schema as the below

0695b00000fJq05AAC.png 

Best regards

Aiming