Форум: "Базы";
Текущий архив: 2002.11.21;
Скачать: [xml.tar.bz2];
ВнизЗапрос по дате на Interbase SQL Найти похожие ветки
← →
ton2 (2002-11-01 15:34) [0]select * from tabl1 where dat_sozd="10-10-2002" - выводит ошибку Conversion error from string "10-10-02"
поле dat_sozd типа date.
← →
OlegE (2002-11-01 15:42) [1]Поробуй так:
select * from tabl1 where dat_sozd="10.10.2002"
или так:
select * from tabl1 where dat_sozd="10/10/2002"
← →
Alexandr (2002-11-01 15:46) [2]или "10-Oct-2002"
← →
ton2 (2002-11-01 15:46) [3]select * from tabl1 where dat_sozd="10.10.2002" - работает. спасибо!
Страницы: 1 вся ветка
Форум: "Базы";
Текущий архив: 2002.11.21;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.007 c