hi !!!
I need to make one select in user_cosntraints but this column search_condition is the data type Long. How ill make this
select 'alter table '||table_name||' add constraint '||
' check ('||seach_condition||');' from user_constraints
where constraint_type = 'C'
thanks !!




Reply With Quote