Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Use the query object to improve retrieval speed of heavy tables.

  • Tek Na Msangi
  • 2022-11-16
  • 146
Use the query object to improve retrieval speed of heavy tables.
  • ok logo

Скачать Use the query object to improve retrieval speed of heavy tables. бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Use the query object to improve retrieval speed of heavy tables. или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Use the query object to improve retrieval speed of heavy tables. бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Use the query object to improve retrieval speed of heavy tables.

THE QUERY OBJECT

Using the query objects generates a single sql query to generate massive data.

You can specify the QueryType property, where you can select API or the default Normal value.

A query of type API can be published as a web service that can be used in Power BI reports or other Microsoft Power Platform applications.

The data of a query can also be exported to an XML or CSV file.

You can use the SaveAsXml or SaveAsCsv functions. These functions can write the data to an OutStream data type.

a query supports joining different tables with the SqlJoinType property, filter functions and aggregation functions also exist.

When you access a query in AL code, you need to use the Open function to open access to the query and use the Read function to retrieve the data in the query. Iterating through the query dataset is done with a While..Do statement, whereas iterating through a recordset is done with a Repeat..Until statement.

/*
SELECT - Item of type Column

FROM - Item of type DataItem

JOIN type - SqlJoinType query properties

ON - DataItemLink data item property

WHERE - DataItemTableFilter data item property. ColumnFilter property of columns

HAVING - ColumnFilter property of columns and filters when aggregation is used

GROUP BY - Automatically active for each column item when aggregation is used

ORDER BY - OrderBy query property

TOP - TopNumberOfRows query property
*/

The Contents

0:00 (Introduction)
2:55 (Create a new query)
8:45 (Test the created query)
11:36 (Conclusion)

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]