Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exclude data in script

I cannot figure out how to exclude names with 'coach' in them:

Table:

LOAD

          1 as Counter,

          Name

From file.txt (txt, codepage is 1252, embedded labels, delimiter is ',', msq)

WHERE Name <> '*coach*';

0 Replies