ciao a tutti sto avendo un problema stranissimo con una insert into

query in questione
Codice PHP:
$sqlQuery "INSERT INTO xxx (id,order, idUnivoco) ";
$sqlQuery .=" VALUES (NULL, '".$order."', '".$viaggio[$i]."') "
errore
codice:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order, idUnivoco) VALUES (NULL, '1', '9yb4AcoVZ7g')' at line 1
dove sbaglio?