管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-04-23 cc04410259d4ba26c04b3c3278481d260ab77056
data/db_cx.sql
@@ -21,7 +21,7 @@
select * from lf.sys_layer order by id desc;
select * from lf.sys_fme_log order by id desc;
select top, bottom, top -(bottom - top) from public.coal2000 order by gid limit 100;
select gid, top, bottom, top -(bottom - top) from public.coal2000 order by gid limit 20;
update public.coal2000 set bottom = top -(bottom - top);