I found a bug / bug in bigquery. We got a table based on banking statistics for starschema.net:clouddb:bank.Banks_token
If I run the following query:
SELECT count(*) as totalrow, count(DISTINCT BankId ) as bankidcnt FROM bank.Banks_token;
And I get the following result:
Row totalrow bankidcnt 1 9513 9903
My problem is that if I have 9513row, how can I get 9903row, which is 390 times larger than the row in the table.
google-bigquery
Balazs gunics
source share