init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
--Auto egyéni csoportok alapértelmezett típusának módosítása
|
||||
UPDATE cs
|
||||
SET cs.C_TIPUSA = 1067
|
||||
FROM T_CSOPORT cs
|
||||
INNER JOIN T_OSZTALYCSOPORT ocs ON ocs.ID = cs.ID
|
||||
AND ocs.C_FELADATKATEGORIAID = 7555
|
||||
WHERE cs.C_TIPUSA = 1064
|
||||
AND cs.C_ISAUTOEGYENICSOPORT = 'T'
|
Loading…
Add table
Add a link
Reference in a new issue