Z-SQL 1.2 has been released. It includes one new feature - command-line arguments.
To pass arguments to a script, use the new option -za "value" multiple times.
The arguments are accessable within the script as _1, _2, _3, ... . _0 resolves to their count.
Log in to post a comment.