Query element issue
I have come across a problem to which I cannot find a solution. Problem goes like:
Say, I have a table named "Products" and we inserted data into table using file. We had unique data in file and data also gets inserted successfully but when I open my table from client data>> products table, I can visibly see duplicacy of records.
Surprisingly, If I try to query the table by using particular ID in query element:
it returns only "1" as Count
but shows me n-no of records when I preview same data in same query element
