[ad_1]
I currently have to migrate some Oracle syntax to postgres. In oracle, a syntax snippet looks a bit like this:
SELECT
daydate
FROM
table(schema.pa_util.datetokenizer('10.3;10.6;10.9;10.12'))
How would I go about migrating this to work on a postgres database?
[ad_2]