describe table over dblink
hi all
this query runs and i get the results
select *
from t_misure_ee@anubis
where rownum < 4
but this query does not runs
DESCRIBE t_misure_ee@anubis
how can i get the description of the table t_misure_ee?
thanks all,
Massimo