Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
rammarthi
Creator
Creator

Qlik extraction of data from oracle

In my table there is one column called OrderID it has only two duplicates of I'd 12345. When querying with Where orderid = '12345' I am getting only 1 row.

If I am querying with select * from table I am getting two rows of data. 

Even when I do a SQL query to call out duplicates with group by order I'd having cnt(orderid)>1. I am getting 0 rows. 

Can anyone explain this please.

Labels (1)
0 Replies