Merge commit 'f86f7e02f584bbcf64d28cb0162879e5545169e2' as 'DB/DBLab2'

This commit is contained in:
LeterZP
2026-04-06 00:33:38 +03:00
8 changed files with 50 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
SELECT Н_ТИПЫ_ВЕДОМОСТЕЙ.ИД, Н_ВЕДОМОСТИ.ДАТА FROM Н_ВЕДОМОСТИ
INNER JOIN Н_ТИПЫ_ВЕДОМОСТЕЙ ON Н_ВЕДОМОСТИ.ТВ_ИД = Н_ТИПЫ_ВЕДОМОСТЕЙ.ИД
WHERE (Н_ТИПЫ_ВЕДОМОСТЕЙ.ИД > 1) AND (Н_ВЕДОМОСТИ.ЧЛВК_ИД > 163249) AND (Н_ВЕДОМОСТИ.ЧЛВК_ИД = 117219);