Re: How to alias table columns in result? - Mailing list pgsql-sql

From Jeff Boes
Subject Re: How to alias table columns in result?
Date
Msg-id 42FB430E.3050703@endpoint.com
Whole thread Raw
In response to Re: How to alias table columns in result?  (nori <kodmasin@gmail.com>)
List pgsql-sql
nori wrote:
> Ok I got it. There is no way to alias all columns of some table with
> some "prefix" that will be visible in result except to alias each
> column.

Only other way would be to write a view for each table, then write all
your queries against the views.


pgsql-sql by date:

Previous
From: nori
Date:
Subject: Re: How to alias table columns in result?
Next
From: Jeff Lu
Date:
Subject: Fwd: How to encrypt a column