Simple query

Поиск
Список
Период
Сортировка
От angelo.rigo@globo.com
Тема Simple query
Дата
Msg-id 3DCBFE2200096F30@riosf06.globoi.com
обсуждение исходный текст
Список pgsql-php
I am having this problem: i have a calendar wich i order by day
and the time i do display like this format: 10h30min.

this is my query:

$query = "SELECT city, state, location, day, month, time, event FROM agshow
where ((mes=11)) ORDER BY  dia  ASC";

So when i have two presentations on the same day the 15h30min presentation
wad listed after the 21h presentation

Wich query can i write to organize properly? and the time format is ok?
or i have to change it to be readed properly?

thank?s

Ângelo Rigo

________________________________________
A busca mais veloz e precisa da internet. Acesse agora: http://www.zoom.com.br.



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

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: Re: building PHP on OS X with pgsql support (works with 4.3.0RC2!)
Следующее
От: angelo.rigo@globo.com
Дата:
Сообщение: deleting records with php and checkboxes