Skip to content

Commit

Permalink
Merge branch 'docs/descriptions-examples-query-schema-172' of https:/…
Browse files Browse the repository at this point in the history
…/github.com/firstBitSportivnaya/PSSL into docs/descriptions-examples-query-schema-172
  • Loading branch information
denisushakov committed Dec 27, 2024
2 parents ea9a45a + bfb1cde commit 5785ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/СхемыЗапросов.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
Поля = Новый СписокЗначений;
Поля.Добавить("пбп_ПредопределенныеЗначения.СписокЗначений", Список значений);
Поля.Добавить("пбп_ПредопределенныеЗначения.Пароль", Пароль");
Поля.Добавить("пбп_ПредопределенныеЗначения.Пароль", "Пароль");
Запрос = пбп_СхемыЗапросов.ДобавитьПоляВыборкиВЗапрос(Запрос, Поля);
```
Expand Down Expand Up @@ -95,7 +95,7 @@
Запрос = пбп_СхемыЗапросов.УстановитьКоличествоПолучаемыхЗаписей(Запрос, 1, 0);
```

**Пример 4. Добавление условий в виртуальную таблицу
**Пример 4. Добавление условий в виртуальную таблицу**
```BSL
Запрос.Текст = "ВЫБРАТЬ
| ТестОстатки.Склад КАК Склад,
Expand Down

0 comments on commit 5785ac3

Please sign in to comment.