Posted by gniewosh on 08/13/05 16:57
Hi,
I'm trying to translate from mysql to pgsql one query as below
SELECT DISTINCT name FROM table ORDER BY surname
Referring to mysql this query was working perfectly, however when I try use
this query with pgsql I didn't achieve result
What should I do?
Why that query doesn't work correctly with pgsql?
thanks in advance
Navigation:
[Reply to this message]
|