SQL question

Поиск
Список
Период
Сортировка
От Travis Bauer
Тема SQL question
Дата
Msg-id Pine.GSO.4.21.0007100535040.11005-100000@mantaray.cs.indiana.edu
обсуждение исходный текст
Список pgsql-general
Is it possible to return a column in an sql statement which concantenates
two other columns and adds some other characters.  For example:

create table t1 (x int, y int);
insert into t1 values(1,2);
select ???? as nifty from t1;

nifty
-----
1/2

What should I put in for the ???? ?

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------


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

Предыдущее
От: Gabriel López Millán
Дата:
Сообщение: JDBC and LOB
Следующее
От: NRonayette
Дата:
Сообщение: Re: SQL question