I need some help setting right values in my SQL, Snowflake code. If anyone could help me please comment.
The code will not fill in values from the data uploaded in Snowflake
SELECT
value:C1::char as video_id,
value:c2::string as title,
value:C3::date as publishedAt,
value:C4::int as channelId,
value:C5::string as channelTitle,
value:C6::string as categoryId,
value:C7::number as trending_Date,
value:C8::number as view_count,
value:C9::number as likes,
value:C10::number as dislikes,
value:C11::number as comment_count,
value:C12::varchar as comment_disabled,
value:C13::string as country
FROM *****. LIMIT 10;