Is it just me, or does anyone else think that the docs arent very good?i cant seem to find any good documentation on how to execute an sql query before the deployment starts. it seems like i should be using the element but i cant find any single place in the docs which describes the valid attributes and their values and what they mean.
I found a way to call a stored procedure using the element, which is great, but what i really would rather have is the ability to write sql statements in the element.for instance, i have a stored procedure that does a delete * from table;commit;there is really no reason for this to be a stored procedure since it takes no arguments, and is really simpleso. is there a way to put small amounts of sql into the sql tag, and have this be executed without needing to use special flags to the iwcmd ?