PostgreSQL/Select Query/Compare Row — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:14, 26 мая 2010
Comparing two rows
postgres=#
postgres=# SELECT ROW(1,2.5,"this is a test") = ROW(1, 3, "not the same");
?column?
----------
f
(1 row)
postgres=#