![]() |
#7 |
Участник
|
Job
static void Job666(Args _args) { TestTable1 testTable1; TestTable2 testTable2; ; while select Field1 from TestTable1 group by Field1 join KeyField from TestTable2 where TestTable1.KeyField == TestTable2.KeyField { info("Test group by"); } } |
|