| | |
| | | (423, '地面层', 'fushun_site', 'tileset/o/39HBFG/tileset.json', 2, 3, 5, 0, 1, 'Tileset', '工程测量模型', 1200); |
| | | update lf.sys_layer set elev=118,cn_name='地面层' where id=427; |
| | | |
| | | update bd.b_hy20w_d21 set ann = concat(gb, '_', name) where 1 = 1; |
| | | select concat(gb, '_', name) from bd.dlg_agnp limit 10; |
| | | select a.*, fn_uname(create_user) createName, fn_uname(update_user) updateName from lf.sys_dict a limit 10 |
| | | update lf.sys_dict set create_user=1,create_time=now() |
| | | |
| | | select * from lf.sys_meta where 1=1 and type in ('ifc', 'fbx', 'rvt') order by id desc; |
| | | select * from lf.sys_meta where id in (1521) and type in ('ifc', 'fbx', 'rvt') order by id; |
| | | select * from bd.dlg_100w_hyda where eventid='f60b9ef6-9a00-4825-a3a4-130f5118cf2c' --dlg_100w_hyda.877 |
| | | select * from lf.sys_meta where id in (1526,1527) and type in ('tif', 'tiff', 'img') order by id; |
| | | select b.ns, a.* from lf.sys_layer a left join lf.sys_dict b on a.en_name = b.tab where b.field = 'gid' order by id; |
| | | select * from lf.sys_layer order by id; |
| | | select * from bs.th_strategic_channel |
| | | |
| | | select * from lf.sys_download where position('管道基础大数据平台' in descr)>0 order by id desc; |
| | | select * from lf.sys_meta where 1=1 and type in ('mpt', '3dml') |
| | | |
| | | select * from lf.sys_menu; |
| | | select * from bs.u_sectionline; |
| | | |
| | | select * from lf.sys_meta_pub; |
| | | select * from lf.sys_publish; |
| | | |
| | | delete from lf.sys_meta_pub; |
| | | insert into lf.sys_meta_pub (metaid, pubid) values (1, 1); |
| | | insert into lf.sys_meta_pub (metaid, pubid) select 1, 1 from (select 1) temp where not exists (select 1 from lf.sys_meta_pub where metaid = 1 and pubid = 1); |
| | | |
| | | insert into lf.sys_publish(name, url, path, type, status, dirid, depid, min, max, json, create_user, geom, bak) values (@name, @url, @path, @type, @status, @dirid, @depid, @min, @max, @json, @create_user, @geom, @bak); |
| | | select * from lf.sys_dict where field='gid' --482 |
| | | |
| | | select ns, tab, tab_desc, fn_get_entity(tab) entity, tableType, bak |
| | | from lf.sys_dict a WHERE field = 'gid' and status = 0 order by id limit 500 offset 1 |
| | | |
| | | select count(gid) from bd.b_rg20w_anna where 1=1 |
| | | select count(1) from bd.b_rg20w_anna where 1=1 |
| | | select * from bd.b_rg20w_anna where 1=1 limit 10; |
| | | |
| | | select fn_tab_count('bd', 'b_rg20w_anna', '1=1') "rows" |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |