Statement: given sentence : the production code for the episode directed by robert duncan mcneill is bcw404

Input Table: list of white collar episodes

no_in_seriesno_in_seasontitledirected_bywritten_byus_viewers_(million)original_air_dateproduction_code
471wantedpaul holahanjeff eastin3.212012-07-10bcw401
482most wantedpaul holahanmark goffman2.982012-07-17bcw402
493diminishing returnsstefan schwartzjim campolongo3.012012-07-24bcw403
504parting shotsrobert duncan mcneillalexandra mcnally2.822012-07-31bcw404
515honor among thievesarlene sanfordjoe henderson2.932012-08-14bcw405
526identity crisisdavid straitonchanning powell3.892012-08-21bcw406
537compromising positionspaul holahanmatthew negrete3.362012-08-28bcw407
548ancient historyrussell lee finedaniel shattuck3.382012-09-04bcw408
559gloves offrenny harlinmark goffman3.82012-09-11bcw409
5610vested interestrussell lee finejeff eastin3.412012-09-18bcw410
5711family businesspaul holahanjoe henderson2.772013-01-22bcw411
5812brass tacksanton cropperjim campolongo & alexandra mcnally2.612013-01-29bcw412
5913empire citytim dekaychanning powell & daniel shattuck2.282013-02-05bcw413
6014shoot the moonrussell lee finematthew negrete & bob derosa2.422013-02-19bcw414
6115the originaljohn kretchmermark goffman2.122013-02-26bcw415

SQL Command:

SELECT CASE WHEN (SELECT production_code FROM table_sql WHERE directed_by = 'robert duncan mcneill') = 'bcw404' THEN 'TRUE' ELSE 'FALSE' END;