none
How to calculate the number of some entries duplicate contain the word in the column in sql server ? RRS feed

  • Question

  • example : I'm search for some text in columns use (where [all] like  'samei' and 'sudi' and 'majk') only

    before         ID          all

                        1        samei sudi

                        2        sudi majk

                        3        jax fadi

                        4        sudi samei

                        5        fadi  arm

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

    after         ID          all             count

                          1           samei             2

                       2         sudi               3

                       3         majk              1


    • Edited by srajmuneer Sunday, December 27, 2020 12:22 PM
    Sunday, December 27, 2020 12:20 PM