SQL statement Problem

Поиск
Список
Период
Сортировка
От Chauncey_Thorn@RohmHaas.Com (Chauncey Thorn)
Тема SQL statement Problem
Дата
Msg-id 00037989.CE21284@RohmHaas.Com
обсуждение исходный текст
Список pgsql-sql
     Can someone tell me why I can execute this SQL statement:

     apps>select * from tbl_rdevices
     apps>\g
     and get results, but when I execute

     ------

     apps=> select * from tbl_rdevices
     apps-> where asset = '05227'
     apps-> \g
     ERROR:  attribute 'asset' not found
     apps=>

     ------

     apps=> select asset, equipmentnumber
     apps-> from tbl_rdevices
     apps-> \g
     ERROR:  attribute 'asset' not found
     apps=>

     -----

     the attribute 'asset' not found means?


     Could some Please let me know what I'm doing wrong.
     Using RedHat 5.1
           postgresql-6.3.2-4


     Chauncey THorn

В списке pgsql-sql по дате отправления:

Предыдущее
От: Holger Mitterwald
Дата:
Сообщение: Re: [SQL] CHECK and IN (Sets in general) - What's the story?
Следующее
От: "Fred C. Richards"
Дата:
Сообщение: Implementing transactions (reference)