Skip to Content
0
Feb 03, 2023 at 03:51 PM

write a query in where clause

234 Views

Have to write a query like:
select *

from

where

table1.column1 not in (select column 2 from table 2 where column22 <>'123')