SELECTing part of a matrix

Поиск
Список
Период
Сортировка
От reina_ga@hotmail.com (Tony Reina)
Тема SELECTing part of a matrix
Дата
Msg-id 272e4be7.0404271112.2f181266@posting.google.com
обсуждение исходный текст
Список pgsql-sql
I've got a 3D matrix stored in a table. I'd like to pull back just 2
of the dimensions (specifying a constant value for the 3rd dimension).

e.g. 
table1
======
matrix1[5][10][20]

I've like to get matrix[1][all][all] and have it pulled back as a 2D
matrix (new_matrix1[all][all]).

Any way to do this?

-Tony


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Kent L. Nasveschuk"
Дата:
Сообщение: Re: Postgres as backend to Backup System
Следующее
От: Ray Jackson
Дата:
Сообщение: date arithmetic over calender year boundaries