Hi again! does anyone here know how to cast (as in Postgres cast) a data type that has been passed as :i*
?
Can you even do that in SQL? Cast an identifier? (or , list of identifiers?)
well right, I was more talking about params 😄 so basically I need to get to ?::jsonb
in Postgresql