I want to select a value from a table where all another value in same table is 1.
Lets say I have a field called GLOBAL_ID and in the table there is a multi same value for this GLOBAL_ID and there is another filed called IS_DELETED but with different value (1,0)
My Question is I want to select all GLOBAL_ID from Table Where (ALL) IS_DELETED have the same value (1)