Using Postgres function in an insert with a field as a select
I'm trying to translate the following SQL:
to:
It doesn't seem to like
to:
It doesn't seem to like
[document.text_content, '. '] and where('sentence'). It seems the array value has to be a ReferenceExpression type, but the documentation isn't very clear on what that is.