What’s wrong with my wp database query?

Any reason why you can’t use WordPress API?

 $cats = get_categories(array(
          'child_of'=>1
       )); 

See Codex here.