MySQL UNIONS are easy

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 19

  • @BroCodez
    @BroCodez  2 года назад +24

    -- NO DUPLICATES
    SELECT first_name, last_name FROM employees
    UNION
    SELECT first_name, last_name FROM customers;
    -- DUPLICATES OK
    SELECT first_name, last_name FROM employees
    UNION ALL
    SELECT first_name, last_name FROM customers;

  • @markodarth
    @markodarth 2 года назад +5

    I just wanted to say that sir are the greatest teacher about the matter you are teaching in the whole of internet. Thank you for doing what you are doing. Your videos have helped me a lot.

  • @sargata3054
    @sargata3054 3 месяца назад +2

    Simple and easy to understand. Thanks!

  • @sajadtorkamani9399
    @sajadtorkamani9399 4 месяца назад +1

    Very good explanation - thanks :)

  • @rajashekar4991
    @rajashekar4991 6 месяцев назад

    Professional and clear explanation thank you

  • @nicolewynne4781
    @nicolewynne4781 2 года назад +11

    Please could you do PHP full course? Your videos are like an oasis in the desert for people like us who have financial struggles. Thanks a million BRO!!!

  • @sandrafitri4973
    @sandrafitri4973 2 года назад +2

    Great tuorial

  • @jabendi4573
    @jabendi4573 6 месяцев назад +1

    BRO, you DA best !

  • @kristijanlazarev
    @kristijanlazarev Год назад +1

    GODLIKEEE!!!

  • @xKawaiNekox
    @xKawaiNekox 11 месяцев назад

    thank you, it is really helpful

  • @Imariml
    @Imariml 10 месяцев назад

    Thank you, you really simplify it :)

  • @gustavoaguilara.9873
    @gustavoaguilara.9873 Год назад

    I love this video! ❤

  • @Worldsbestdad505
    @Worldsbestdad505 6 месяцев назад

    Sick video brah

  • @kennymccormick9103
    @kennymccormick9103 Год назад

    Thank you very much!

  • @theotisjames5873
    @theotisjames5873 Месяц назад

    Which JOIN operater would work to combine no matter the column number?

  • @suryateja6828
    @suryateja6828 9 месяцев назад

    can we create performed union as new table with a name?

  • @whoissuhail
    @whoissuhail 2 месяца назад

    same no. of columns having same datatype ?

  • @IMHEMOX
    @IMHEMOX Год назад +1

    I needed this thanks bro🤍