News

ALTER TABLE { {gbmi_schema}}.buildings_geom_attributes_by_ { {raster_name}} RENAME TO bga_by_ { {raster_name}}; ALTER TABLE { {gbmi_schema}}.buildings_geom_indicators_by_ { {raster_name}} RENAME TO ...
Sort the results of your query with the ORDER BY clause. Specify a column by which to order the rows of your new table as in the following query: SELECT * INTO new_table FROM old_table ORDER BY ...