Re: [SQL] MAX, MIN and arrays

2005-11-27 Thread Andreas Kretschmer
Colton A Smith <[EMAIL PROTECTED]> schrieb: > Hi: > >Let's say I have a table with a column of one-dimensional arrays. What > exactly is returned when the database is queried for a maximum from that > particular column? The array was the greatest average value? Let's say What du you exp

[SQL] MAX, MIN and arrays

2005-11-26 Thread Colton A Smith
Hi: Let's say I have a table with a column of one-dimensional arrays. What exactly is returned when the database is queried for a maximum from that particular column? The array was the greatest average value? Let's say I have a table with a column of two-dimensional arrays. What then? T