You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir -p data $$ cd data && ../dbgen -f -v -k -s 1 -b ../dists.dss
# load data into all tables
# using copy <table_name> from syntax
But when i try to inspect, for example c-n join, i observe equal distribution of customers.
I expect in each of 5 regions, one nation to have 18% while remaining 4 nations to get 0.4 % of total customers.
Steps:
But when i try to inspect, for example c-n join, i observe equal distribution of customers.
I expect in each of 5 regions, one nation to have 18% while remaining 4 nations to get 0.4 % of total customers.
fyi:
Would be great if you point out what i am missing ?
The text was updated successfully, but these errors were encountered: