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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -