<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br>I'm really amazed by such basic question, sorry for this but I don't find the answer, this is, I simplified a table like this:<br><br>select transform(simplify(transform(rawgeom,2249),50),4326) as smoothedgeom from rawnav_line_wgs84 ;<br><br>I suppose now it looks like I want, however no idea how to save this as another table, so I did:<br><br>select astext(transform(simplify(transform(rawgeom,2249),50),4326)) as smoothedgeom from rawnav_line_wgs84 ;<br><br>but this didn't help in the way I want.<br><br>What I'm looking for is to save the smoothedgeom as a new table, then put it as a shape and then kml. The shape/kml process is easy, I did it before, but put the smoothedgeom as a new table is new for me, how could I do this??<br><br>Thanks for any help,<br>                                           </div></body>
</html>