阅读背景:

如何选择除一个表之外的表的所有列

来源:互联网 

My code looks like:

我的代码看起来像:

 CREATE TABLE tableC AS
 (SELECT tableA.*,
  ST_Intersection (B.geom, A.geom) as geom2  -- generate geom
 FROM tableB, tableA
 JOIN tableB
 ON ST_Intersects (A.geom, b.geom)
 WHERE test.id = 2);
 CREATE TABLE



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: