Re: Comparing arrays
От | Andreas Kretschmer |
---|---|
Тема | Re: Comparing arrays |
Дата | |
Msg-id | 20051003095318.GB1342@kaufbach.delug.de обсуждение исходный текст |
Ответ на | Comparing arrays (A Gilmore <agilmore@shaw.ca>) |
Ответы |
Re: Comparing arrays
|
Список | pgsql-novice |
A Gilmore <agilmore@shaw.ca> schrieb: > Hello, > > Id like to compare two arrays, and if any value is found in both, return > true. Is this possible without needing a procedure to loop through one? > > For example, say categories is an array : > > SELECT * FROM t1 WHERE ANY(ARRAY[5,7,9]) = ANY(categories); Nice question. I have written a little function. You can see this on http://a-kretschmer.de/tools/array_compare.sql. Let me know if you have a better solution. Regards, Andreas -- Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. (Linus Torvalds) Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°
В списке pgsql-novice по дате отправления: