| От | Richard Huxton |
|---|---|
| Тема | Re: numeric type and odbc from access 2000 |
| Дата | |
| Msg-id | 006a01c0911d$3bc32de0$1001a8c0@archonet.com обсуждение исходный текст |
| Ответ на | numeric type and odbc from access 2000 ("Shahab Asgharzadeh" <shahab@nwu.edu>) |
| Ответы |
Re: numeric type and odbc from access 2000
|
| Список | pgsql-general |
From: "Shahab Asgharzadeh" <shahab@nwu.edu> > Access will write the sql as: > delete from "tablename" where "col1" = 1234 AND "col2" = 'text' AND "col3" = > 100.200 > > ERROR: Unable to identify an operator '=' for types 'numeric' and 'float8' > You will have to retype this query using an explicit cast > It is treating "100.200" as float and can't find an '=' operator that matches numeric with float. You can handle it with where col3=100.200::numeric - Richard Huxton
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера