My SQL Data FlowでのREGEXP_SUBSTR関数について
ベストアンサー
-
This is MySQL v 5.6 which didn't include many of the regex functions.
if you're trying to do regex replace, consider this article.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
答え
-
This is MySQL v 5.6 which didn't include many of the regex functions.
if you're trying to do regex replace, consider this article.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
Hi, jaeW
Thank you for your comment.
DOMO is MySQL v.5.6, isn't it?
I resolved my issue using "Regex lookahead" and "Regex lookbehind" in MagicETL.
0 -
Yes, Domo is using MySQL v5.6 to process MySQL dataflows.
Good job with Magic! Regex data cleansing will be much faster than any SQL implementation.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"1