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 9a33440 commit 5b61b2d
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 @@ -11,4 +11,5 @@ date = "2024-10-28"
3. date_sub => add_days / add_months
4. current_time => current_date() / sysdate() / curdate()
5. date(var) => trunc(var)
6. convert => cast
6. convert => cast
7. match_partern = REPLACE('${ew.department}', ',', '|'), REGEXP match_partern => REGEXP_LIKE(var1, match_partern)

0 comments on commit 5b61b2d

Please sign in to comment.