I'm sorry if this is a duplicate, although I couldn't find an exact answer for this anywhere:
Is there a way to create an array in postgreSQL which contains multiple data types?
I have an column of type text[]
(array of type text); although I'd like to insert into this array three text
entries and then a fourth entry, from type integer
.
Is there a way to do so? If so, how?