martes, 4 de septiembre de 2007

Variables en comandos externos

Example:
Para hacer esto SQL DELETE * FROM CLIENTES

//Or you can also use variables.
//They must be enclosed between "[!" and "!]":

&Role = "MyRole"
SQL SET ROLE TO [!&Role!]

No hay comentarios: