|
||||
File indexing completed on 2024-04-06 12:26:34
0001 insert into tagruns (tagid,runnum) (select distinct 0, runnum from lumidata); 0002 update tagruns set lumidataid=(select max(data_id) from lumidata where lumidata.runnum=tagruns.runnum); 0003 update tagruns set trgdataid=(select max(data_id) from trgdata where trgdata.runnum=tagruns.runnum); 0004 update tagruns set hltdataid=(select max(data_id) from hltdata where hltdata.runnum=tagruns.runnum);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |