Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
horaoen committed Nov 4, 2024
1 parent 5b61b2d commit 0c0decb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/posts/dm-migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ date = "2024-10-28"
4. current_time => current_date() / sysdate() / curdate()
5. date(var) => trunc(var)
6. convert => cast
7. match_partern = REPLACE('${ew.department}', ',', '|'), REGEXP match_partern => REGEXP_LIKE(var1, match_partern)
7. convert(str, SIGNED) => to_number(REGEXP_SUBSTR(str, '[0-9]+'))
8. match_partern = REPLACE('${ew.department}', ',', '|'), REGEXP match_partern => REGEXP_LIKE(var1, match_partern)

0 comments on commit 0c0decb

Please sign in to comment.