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

Скачать или смотреть From Excel to SQL - Conditionals (IIF and CASE)

  • Bill Wallis
  • 2024-02-27
  • 65
From Excel to SQL - Conditionals (IIF and CASE)
sqlsql-serverexcel
  • ok logo

Скачать From Excel to SQL - Conditionals (IIF and CASE) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно From Excel to SQL - Conditionals (IIF and CASE) или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку From Excel to SQL - Conditionals (IIF and CASE) бесплатно в формате MP3:

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

Описание к видео From Excel to SQL - Conditionals (IIF and CASE)

SQL has an "if" function, just like Excel -- but it has an even better alternative, the CASE statement, for a series of different conditions.

The dbfiddle website can be accessed for free and without an account at:

https://dbfiddle.uk/

Make sure to use the SQL Server dialect and the AdventureWorks sample database to be able to follow along with these examples!

---------------------------------------------------

To be able to run these examples yourself, you can start with the following SQL code (some of which we'll explain in a later video):

```
SELECT
ID,
AGE
FROM (
VALUES
(1, 10),
(2, 15),
(3, 23),
(4, 18),
(5, NULL)
) AS AGES(ID, AGE)
```

---------------------------------------------------

This is part of the From Excel to SQL playlist, available at:

   • From Excel to SQL  

Check out the previous video at:

   • From Excel to SQL - Operators (+, -, *, /)  

...and the next video at:

   • From Excel to SQL - Date Formatting (FORMAT)  

The written version of this content is also available at:

https://billwallis.github.io/sql-lear...

---------------------------------------------------

CHAPTERS

00:00 dbfiddle
00:28 Intro
01:39 Immediate IF
04:37 Accounting for missing data
06:32 The CASE statement
11:37 Step-by-step CASE walkthrough
13:36 Multiple conditions in IIF/CASE
15:26 (Options) Lookup tables for organisation
17:10 Wrap Up

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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