写一个hive的语句
CREATE TABLE sales ( transaction_id INT, customer_id INT, product_id INT, sale_date DATE, sale_amount DECIMAL(10,2) ) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE;
原文地址: https://www.cveoy.top/t/topic/eOul 著作权归作者所有。请勿转载和采集!