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);