Statement: greg ostertag played the center position for the jazz from 1995 to 2004 and then from 2005 to 2006

Input Table: utah jazz all - time roster

playernationalitypositionyears_for_jazzschool_/_club_team
mehmet okurturkeyforward - center2004 - 11efes pilsen ( turkey )
josã ortizpuerto ricocenter1988 - 90oregon state
greg ostertagunited statescenter1995 - 2004 , 2005 - 06kansas
dan o 'sullivanunited statescenter1990 - 91fordham
andre owensunited statesguard2005 - 06houston

SQL Command:

SELECT CASE WHEN (SELECT COUNT(*) FROM table_sql WHERE player = 'greg ostertag' AND position = 'center' AND years_for_jazz = '1995-2004, 2005-2006') > 0 THEN 'TRUE' ELSE 'FALSE' END;