Thank you! That worked fine. From: bricklen [mailto:bricklen@xxxxxxxxx]
On Fri, Aug 23, 2013 at 8:04 AM, Hall, Samuel L (Sam) <sam.hall@xxxxxxxxxxxxxxxxxx> wrote: I have a table (pubacc_lo) from the US government with 500,00+ rows. It has latitude and longitude in three columns each for degrees, minutes and seconds. I need a Point geometry column. So I wrote this query: Create a new table, rather than updating the existing one. CREATE TABLE pubacc_lo_new AS from pubacc_lo; Then either rename them, or use the new table. |