forked from ddrilling/AsbCloudServer
doc useful sql
This commit is contained in:
parent
9c2f0fed9c
commit
4d9dc72bd4
@ -0,0 +1,7 @@
|
||||
insert into t_relation_company_well (id_well, id_company )
|
||||
Select
|
||||
t_well.id as id_well,
|
||||
8 as id_company
|
||||
from t_well
|
||||
join t_cluster tc on t_well.id_cluster = tc.id
|
||||
where tc.caption = 'к85';
|
Loading…
Reference in New Issue
Block a user