Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 141 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 141 Bytes

In SQL, 0 = 0?

In SQL, what will be the result of the below query?

select case when 0 = 0 then 'Yes' else 'No' end as Result;