is diplaying in column

prawin62

Member²
Hi,

select search_condition from all_constraints where constraint_name ='CHECK_REGION'

for the above query in sql window i am getting the result as

where as in command window i am getting my condition.

why its displaying long in sql window?

Thanks,
Praveen
 
In the SQL Window you need to press the cell button [...] to view the contents of the long column value.
 
Back
Top