On Fri, Jan 27, 2006 at 10:17:38 +0000,
Dhivya <dhivyacando(at)yahoo(dot)co(dot)in> wrote:
> Hello,
>
> I am a new user to PostgreSQL.
> I need to use the "Northwind" database in SQL.
> I tried to take a backup of that database.
> And tried to restore the backup in PostgreSQL. But i could not do that.
How did you try to do that? What happened when you did?
> And also when i try to display the columns of a table(in PostgreSQL) in a datagrid in the front end, the columns appears in random order(rather than the order in table (or) sorted).
If you want the output ordered, you need to have an ORDER BY clause in your
SELECT statement saying what to order by.