Re: [SQL] Position of a field

2007-02-27 Thread A. Kretschmer
am Tue, dem 27.02.2007, um 9:48:57 -0300 mailte Ezequias Rodrigues da Rocha folgendes: > I understant you inquiry but I don't meant to add all the fields order > in an insert statement. > > IE: > insert into table values (value1, value2, value3) > > is better than > > insert into table (c

Re: [SQL] Position of a field

2007-02-27 Thread Ezequias Rodrigues da Rocha
I understant you inquiry but I don't meant to add all the fields order in an insert statement. IE: insert into table values (value1, value2, value3) is better than insert into table (column1,column2,column3 ...) values (value1, value2, value3) If there is only one way (recreating) that

Re: [SQL] Position of a field

2007-02-27 Thread A. Kretschmer
am Tue, dem 27.02.2007, um 8:51:27 -0300 mailte Ezequias Rodrigues da Rocha folgendes: > Hi list, > > I just would like to know if it is possible to change the position of > a field in a table. I am seen in pgAdmin3 that there is a position but > on th is application I can't see if there is a p

[SQL] Position of a field

2007-02-27 Thread Ezequias Rodrigues da Rocha
Hi list, I just would like to know if it is possible to change the position of a field in a table. I am seen in pgAdmin3 that there is a position but on th is application I can't see if there is a place to do that. Regards Ezequias ---(end of broadcast)--