SQL question - Mailing list pgsql-general

From Travis Bauer
Subject SQL question
Date
Msg-id Pine.GSO.4.21.0007100535040.11005-100000@mantaray.cs.indiana.edu
Whole thread Raw
List 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 by date:

Previous
From: Gabriel López Millán
Date:
Subject: JDBC and LOB
Next
From: NRonayette
Date:
Subject: Re: SQL question