Debug Query:
select
column_name,
data_type,
coalesce(numeric_precision,character_maximum_length) as length,
is_nullable,
column_comment,
column_key,
extra
from information_schema.columns a
where table_name='view_ordini_da_chiudere_only'
and table_schema='Sql676111_2'