Buenas,
estoy intentando hacer esto:
select tabla from tablas where id=1 into @t;
prepare stmt from @t;
execute stmt into @t;
select cliente from @t;
y no hay manera de hacerlo alguna idea!!
| |||
valor de una variable en el from de una query Buenas, estoy intentando hacer esto: select tabla from tablas where id=1 into @t; prepare stmt from @t; execute stmt into @t; select cliente from @t; y no hay manera de hacerlo alguna idea!! |
Etiquetas: |