My Query
My Query
, sk date
, job_id
, item_id
, name
, origin
, state
, price
, currency_code
, original_quantity
, found_quantity
, is_substitute
, item_replaced_by_id
, replaced_by
, comment
, sku
, category
, insert_timestamp
, insert_audit_id
, process_run_date
FROM edw.edw.fact_il_sales_item LIMIT 10000;
group by a.name
select distinct(comment) from edw.fact_il_sales_item a where upper(a.name)='Queso
cremoso'
group by a.name
group by a.name