sybase - comparing two tables from sysobjects and syscolumns but its hanging -
i trying run query :
select o.name sysobjects o, syscolumns s o.name='fff_md' , s.name not in (select s.name sysobjects o, syscolumns s o.name='fff' , o.id=s.id) , o.id=s.id
but not giving me results , haging , way close ase task manager.
why doing query ? comparing 2 tables have alot of commun columns, want know columns not in commun.
i had results in way, , tem tables .i created 2 temp tables , compared them.
Comments
Post a Comment