Member since
09-04-2017
7
Posts
0
Kudos Received
0
Solutions
09-07-2017
06:29 PM
select c.category_name, count(order_item_quantity) as count from order_items oi inner join products p on oi.order_item_product_id = p.product_id inner join categories c on c.category_id = p.product_category_id group by c.category_name order by count desc limit 10; i have the same error too AnalysisException: Could not resolve table reference: 'products
... View more
09-06-2017
05:55 PM
hi i already tried clicking on the link and selected the latest version but the download file cant seem to pop up.. 😞
... View more
09-05-2017
01:50 AM
Keeps getting this error message even though i had written the full company address. Please help me retrify the error. Error Message: The Information Provided is Incomplete or Invalid. City - This field is required Country - This field is required State or Province - This field is required
... View more
Labels:
- Labels:
-
Quickstart VM