Working with dates and queries

Поиск
Список
Период
Сортировка
От Krog, Kenneth
Тема Working with dates and queries
Дата
Msg-id 2B592A1461C5D411919B0002A51350A204B369B7@exch9.private.massmutual.com
обсуждение исходный текст
Ответы Re: Working with dates and queries
Список pgsql-general
I am attempting to do a query for a specific month based of a response for a
web site using php as the engine.
The syntax of the sql is simple

"SELECT * FROM table WHERE MONTH(fieldname)=08;"

note:
the fieldname is set to be a date field.

Is this correct postgre syntax to find a date by month?

If so: the fieldname I used was "date" since it is a researved word will
this cause problems?
If not what is the correct syntax?

Thanks in advance


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

Предыдущее
От: "Erol Öz"
Дата:
Сообщение: Ynt: get certain # of recs
Следующее
От: "Jeff Eckermann"
Дата:
Сообщение: Re: Can I insert two different variables from form into different tables using one SQL query ?