You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL quries on druid is limited, for example
SELECT LEFT("bbbbb-aaaa", LOCATE("-", bbbbb-aaaa")-1) AS lef, RIGHT("bbbbb-aaaa", LOCATE("-", "bbbbb-aaaa")) AS rig;
SELECT LEFT("bbbbb-aaaa", POSITION("-" IN "bbbbb-aaaa")-1) AS lef, RIGHT("bbbbb-aaaa", POSITION("-" IN "bbbbb-aaaa")) AS rig;
How to use split column to multi columns in druid?
Thanks you so much
ThuyLe
The text was updated successfully, but these errors were encountered:
https://github.com/ThuyLeVn/druid-docker/importHello,
SQL quries on druid is limited, for example
SELECT LEFT("bbbbb-aaaa", LOCATE("-", bbbbb-aaaa")-1) AS lef, RIGHT("bbbbb-aaaa", LOCATE("-", "bbbbb-aaaa")) AS rig;
SELECT LEFT("bbbbb-aaaa", POSITION("-" IN "bbbbb-aaaa")-1) AS lef, RIGHT("bbbbb-aaaa", POSITION("-" IN "bbbbb-aaaa")) AS rig;
How to use split column to multi columns in druid?
Thanks you so much
ThuyLe
The text was updated successfully, but these errors were encountered: