Use Column = 'ABC' or Column = 'DEF'.
Or load your file into a table firt and then define
$VALUES = '(\'ABC\',\'DEF\')';
so you can use:
pushdown_sql('<datstore name>','Column in {$VALUES}')
Use Column = 'ABC' or Column = 'DEF'.
Or load your file into a table firt and then define
$VALUES = '(\'ABC\',\'DEF\')';
so you can use:
pushdown_sql('<datstore name>','Column in {$VALUES}')