Re: substring ..

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: substring ..
Дата
Msg-id 3A3FBFB6.B69DA37E@agliodbs.com
обсуждение исходный текст
Ответ на substring ..  (Jeff MacDonald <jeff@hub.org>)
Список pgsql-sql
Jeff,

> i want to do this to a datetime field..
> 
> select foo from table where substr(datefoo,1,11) = '2000-12-14';
> 
> it returns no results yet..
> 
> select substr(datefoo,1,11) does return some values that say
> 2000-12-14

Well, for one it's not a string, it's a datetime field.

WHy are you trying to substring a datetime field, anyway?
                -Josh 

-- 
______AGLIO DATABASE SOLUTIONS___________________________                                       Josh Berkus  Complete
informationtechnology      josh@agliodbs.com   and data management solutions       (415) 436-9166  for law firms, small
businesses      fax  436-0137   and non-profit organizations.       pager 338-4078                               San
Francisco


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: substring ..
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: substring ..