• Actually, your question is not as bad as you think it is! 😉

    As far as I know, this is used for testing . . . the clause "where 1 = 1" is generally a placeholder for what will eventually be a conditional statement. "where 1=1" will always eval to "true," where "where 1 = 2" will always eval to "false."

    +--------------------------------------------------------------------------------------+
    Check out my blog at https://pianorayk.wordpress.com/