Select coulmn_name(1), coulmn_name(2) ...... from table_name
Example
select listing_Id, buyer_org_id, buyer_org_name FROM category.food_fmcg_sales
Output
Select coulmn_name(1), coulmn_name(2) ...... from table_name
Example
select listing_Id, buyer_org_id, buyer_org_name FROM category.food_fmcg_sales
Output
No comments:
Post a Comment