SQL to find NULL in any column

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • You've got a table with hundreds of columns. You'd like to find records that have a NULL in any of those columns.
    I'll show how to use sys.columns to get the list of all the columns and create a SELECT statement that tests for NULLs in any of those columns.
    Get the code here: douglaskline.b...

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

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

    Amazing... good to see you back

  • @jerichaux9219
    @jerichaux9219 2 месяца назад +1

    The return of The King with the SQL Schwing!

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

    Hi Doug, what's the best way to reach you?

    • @DatabasebyDoug
      @DatabasebyDoug  Месяц назад +1

      How about LinkedIn? www.linkedin.com/in/douglaskline/ send me a connection request, then we can message directly.