Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I cannot figure out how to exclude names containing 'coach'. Demographic:LOAD 1 as Counter, LEGAL_NAMEFROM Census.txt(txt, codepage is 1252, embedded labels, delimiter is ',', msq)WHERE LEGAL_NAME <> '*coach*';
I cannot figure out how to exclude names containing 'coach'. Demographic:
LOAD
1 as Counter,
LEGAL_NAMEFROM Census.txt
(txt, codepage is 1252, embedded labels, delimiter is ',', msq)
WHERE LEGAL_NAME <> '*coach*';
Thanks for all the help.