How to solve a problem like this:
Find out which elements $N \in \mathbb N$ are represented by the quadratic form $\left \langle 2,3,2 \right \rangle$ in $\mathbb Q$.
The form is $$ f(x,y,z) = 2 x^2 + 3 y^2 + 2 z^2. $$
Do I have to reduce it modulo all primes $p \in \mathbb P\cup \left \{ \infty \right \}$ and use a local-global principle?