Re: Setting expire date on insert/modify
От | Michael Glaesemann |
---|---|
Тема | Re: Setting expire date on insert/modify |
Дата | |
Msg-id | 65A75F84-1239-4EB3-9EAF-3105CE29ED31@myrealbox.com обсуждение исходный текст |
Ответ на | Setting expire date on insert/modify ("Foster, Stephen" <stephenlfoster@comcast.net>) |
Ответы |
Re: Setting expire date on insert/modify
|
Список | pgsql-general |
On Jan 25, 2006, at 9:45 , Foster, Stephen wrote: > ERROR: invalid input syntax for type date: "StartDate" > CONTEXT: SQL statement "SELECT (date 'StartDate' + integer > 'NumOfDays')" > PL/pgSQL function "TF_BannerAd_Ads_InsMod" line 8 at assignment Why are you single-quoting StartDate and NumOfDays? Single-quotes are generally used for string literals (e.g., text and varchar types). If you are trying to preserve the case of the variable name, you need to (always) use double-quotes, including when you define them. Hope this helps a bit. I haven't looked through all of the code, so there may be other bugs lurking, but this is definitely one of the problems. Michael Glaesemann grzm myrealbox com
В списке pgsql-general по дате отправления: