Simple query

From: angelo(dot)rigo(at)globo(dot)com
To: pgsql-php(at)postgresql(dot)org
Subject: Simple query
Date: 2002-11-29 12:11:45
Message-ID: 3DCBFE2200096F30@riosf06.globoi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-php by date

  From Date Subject
Next Message angelo.rigo 2002-11-29 12:25:39 deleting records with php and checkboxes
Previous Message Frank Joerdens 2002-11-29 11:52:59 Re: building PHP on OS X with pgsql support (works with 4.3.0RC2!)