| From: | Hengky Lie <hengkyliwandouw(at)gmail(dot)com> | 
|---|---|
| To: | pgsql-sql <pgsql-sql(at)postgresql(dot)org> | 
| Subject: | Re: Simple Problem ? | 
| Date: | 2008-09-16 09:23:12 | 
| Message-ID: | 48CF7B00.9030402@gmail.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-sql | 
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 ?
Thanks in advance
Guillaume Lelarge wrote:
> Hengky Lie a écrit :
>   
>> This is the same as what i think but the table has primary key and has
>> no relation to other table. This is the table definition :
>> [...]
>>
>> These query result non updateable records :
>>
>> SELECT kode, namabarang from tblproduk;
>>
>> SELECT * from tblproduk;
>>
>> What is the problem ?
>>
>>     
>
> Oops, I was wrong on this. You can't edit results in the query tool. You
> need to use the data viewer (menu Tools/View Data/View All Rows ;
> there's also a button in the toolbar).
>
>
>   
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Guillaume Lelarge | 2008-09-16 09:39:17 | Re: Simple Problem ? | 
| Previous Message | Guillaume Lelarge | 2008-09-16 07:32:31 | Re: Simple Problem ? |