Re: Mysql date/time, was Re: Press Release -- Just

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Mysql date/time, was Re: Press Release -- Just
Дата
Msg-id 200211201510.09083.dev@archonet.com
обсуждение исходный текст
Ответ на Re: Mysql date/time, was Re: Press Release -- Just  (Jason Hihn <jhihn@paytimepayroll.com>)
Ответы Re: Mysql date/time, was Re: Press Release --
Список pgsql-advocacy
On Wednesday 20 Nov 2002 2:02 pm, Jason Hihn wrote:
> Oh, that is interesting... But that is not a datetime.

Doh - operating a keyboard without engaging the brain first.

mysql> insert into foo2 values (1,now());
mysql> insert into foo2 values (2,'');
mysql> insert into foo2 values (3,'asdf');

mysql> select * from foo2;
+------+---------------------+
| a    | b                   |
+------+---------------------+
|    1 | 2002-11-20 15:07:54 |
|    2 | 0000-00-00 00:00:00 |
|    3 | 0000-00-00 00:00:00 |
+------+---------------------+

--
  Richard Huxton

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: backhanded compliment from Larry Ellison
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Mysql date/time, was Re: Press Release --