Problem description
Find out what is 101090 in T-SQL statement.
Steps to reproduce
Run job like:
static void Test_101090_SQL(Args _args) { InventBatch inventBatch; select generateonly description from inventBatch; info (inventBatch.getSQLStatement()); } |
Hints
Try to select different system fields.