@ Gavin: Thank you ...
victoria:Programming$ sudo su postgres
postgres@victoria:/home/victoria/Programming$ psql
psql (9.2.4)
Type "help" for help.
postgres=#
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/PostgresQL-9-2-table-query-underscores-tp5763975p5763983.html
"Victoria S." <1...@victoriasjourney.com> writes:
> IN the following example,
> development=# SELECT created_at, username FROM tweets;
> created_at | username
> ---+---
> created_at| username
On 7/16/2013 3:04 PM, Victoria S. wrote:
Hello: My first post; a Postgres newbie ...
I am teaching myself PostgresQL using a trial database, and I am having trouble
with underscores:
IN the following example,
development=# SELECT created_at, username FROM tweets;
created_at
On Wed, Jul 17, 2013 at 12:04 AM, Victoria S. <1...@victoriasjourney.com> wrote:
> Hello: My first post; a Postgres newbie ...
>
> I am teaching myself PostgresQL using a trial database, and I am having
> trouble with underscores:
>
> IN the following example,
>
> development=# SELECT created_at,
On 17/07/13 10:04, Victoria S. wrote:
Hello: My first post; a Postgres newbie ...
I am teaching myself PostgresQL using a trial database, and I am having trouble
with underscores:
IN the following example,
development=# SELECT created_at, username FROM tweets;
created_at