Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: parameters in FROM

    thanks to respond. I detail a little but what attempt to do.

    I create two cursors, first it passed the name of the tables

    DECLARE Tablas_cursor CURSOR FOR

    SELECT TABLE_NAME From INFORMATION_SCHEMA.TABLES

    WHERE...

  • RE: parameters in FROM

    thanks beforehand, I explain myself better.

    Attempt to pass parametro in consultations in section FROM

    for example:

    SELECT campo1,campo2 FROM @TTABLA ORDER BY campo1

    but it says to me that the object does not...

Viewing 2 posts - 1 through 2 (of 2 total)