Re: Simple Problem ?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Hengky Lie <hengkyliwandouw(at)gmail(dot)com>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Simple Problem ?
Date: 2008-09-16 09:39:17
Message-ID: 48CF7EC5.1090607@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hengky Lie a écrit :
> I have to use sql command because i want to retrieve data according to
> several criteria.
> The SQL command just a sample to show that the data i retrieve not
> updateable. The real query like :
>
> SELECT * FROM TBLPRODUK WHERE SUBKAT='abc';
>
> So i do not need to view data from data viewer, but using query with an
> updateable result.
>
> Any suggestion ?
>

Yes, use the data viewer : menu Tools/View Data/View Fitered Rows.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Frank Bax 2008-09-16 13:37:37 Re: a simple transform
Previous Message Hengky Lie 2008-09-16 09:23:12 Re: Simple Problem ?