Untitled
Anonymous
plain_text
03/18/2024 8:48 AM
240 B
13
Indexable
create table stage.customer_research (category_id integer null,date_id timestamp null,geo_id integer null, sales_amt numeric null,sales_qty numeric null, primary key (date_id));
Editor is loading...
Leave a Comment