Hi,
I have one postgres table with DWG features recorded, the features are from many files, the files name is in filename column.
Look that the kind column, there are 3 different kind...I, II and III. In others words one specifical filename can be of the 3 kinds in the same time. Because the same DWG file was recorded in Postgres considering the 3 differents models of the drawing.
Note: all features belonging to same file have the same file_date.
In short I need to extract all features group by filename but considering the most recent file_date
Maybe I was clear?
Thank´s