From 1aa27fd246639ebe2a3f2c8bcbfe68cdd82ad3d4 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 5 Nov 2024 20:50:22 +0400 Subject: feat(tables): add sqlite project file --- tables/nirdb.sqbpro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tables/nirdb.sqbpro diff --git a/tables/nirdb.sqbpro b/tables/nirdb.sqbpro new file mode 100644 index 0000000..5dffb5c --- /dev/null +++ b/tables/nirdb.sqbpro @@ -0,0 +1,7 @@ +update graphs +set ind_dom = dd.ind_dom +from dbupd.graphs as dd +where dd.g6 = graphs.g6;select * from dbupd.graphs where g6='CF';detach dbupd;select g6, ind_dom, forced_geod +from graphs +where g6 in ('C]', 'D]{', 'E?bg', 'ECpo', 'F?rdw', 'F~~~w', 'G?q`qg', 'GCRvP{', 'GCOfvg', 'G???F?', 'G?AFAw', 'HQy~vnn', 'HQhTVbd', 'H??CFz~', 'I????????', 'I?BDDHo@w', 'I?B@cZG@w', 'ICXmfQqBw', 'I?AA@BOZ?', 'I?ABEdl~g', 'I?BcrjMMo', 'I???EB?~w', 'I??CAB{Nw', 'IEhuTxyFw'); + -- cgit v1.2.3