Welcome to Sign in | Help

Re: variabila de tip array in T-Sql?

  •  03-04-2008, 6:07 PM

    Re: variabila de tip array in T-Sql?

    Adica: 
       select * from x inner join  <tabela> ON x.c = tabela.c
    sau
       select * from x , <tabela> where x.c = tabela.c


    Cătălin D.
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems