[SQL] Add: Special sort querstion

2009-03-27 Thread Dominik Piekarski
Oh, actually every row of the same id-range has the same start_lat/start_lng coordinates as the predecessors end_lat/end_lng coordinates. But the question remains the same. Is there a way to do something like ORDER BY (start_lat = end_lat AND start_lng = end_lng) ? Or maybe another way to achie

Re: [SQL] Table to Excel

2009-03-27 Thread Greenhorn
2009/3/26 Nicholas I : > Hi , > >  Does any one how to convert table to excel. > >  I just tried the COPY table_name to '/home/user/output.xls' using > delimiters ','; > > but the out put of the table that is the column in a table are tab separted, > all were merged in a single cell. > > -Nicholas