You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15381.up

5 lines
199 B

use provisioning;
delete v from voip_usr_preferences v join voip_preferences a on v.attribute_id = a.id
where a.attribute="lock" and (v.value is null or v.value="0" or length(trim(v.value)) = 0);