我想用SQL查询Redash中的一列,但是不支持中文。有谁能够帮我?谢谢!
SELECT user_history.id, user_history.user_id AS `汉字id`
FROM data_platform.user_history
WHERE dt = {{ dt}}
我想用SQL查询Redash中的一列,但是不支持中文。有谁能够帮我?谢谢!
SELECT user_history.id, user_history.user_id AS `汉字id`
FROM data_platform.user_history
WHERE dt = {{ dt}}