Answer the question
In order to leave comments, you need to log in
How to cast an array of numbers from a VARCHAR field to INTEGER type in PostgreSQL?
Good day dear!
There is this request:
SELECT field1::integer FROM table1 WHERE field1 ~ E'^\\d+$' AND field1::integer > 3;
... WHERE 10 < ANY(array_column)
. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question