On Wikipedia you can see the canonical example of the Italian mathematicians, Giuseppe Peano.
Here there is his example of a function with mixed partial second derivatives, it must have such non-continuous derivatives as in the following example Given a continuous function:
$$f(x,y)=\left\{\begin{matrix} xy \dfrac{x^2-y^2}{x^2+y^2} & \forall (x,y) \in \Bbb R^2 \setminus \{(0,0)\}\\ 0 &(x,y) = (0,0)
\end{matrix}\right.$$
We have continuous prime partial derivatives:
$$f_x (x,y) =\left\{\begin{matrix} y \dfrac{x^2-y^2}{x^2+y^2} + xy \frac {2x (x^2+y^2) - 2x (x^2-y^2)}{(x^2+y^2)^2} & \forall (x,y) \in \Bbb R^2 \setminus \{(0,0)\}\\0 & (x,y) = (0,0)
\end{matrix}\right.$$
$$f_y (x,y)=\left\{\begin{matrix} - x {y^2-x^2}{x^2+y^2} - xy \dfrac{2y (x^2+y^2) - 2y (y^2-x^2)}{(x^2+y^2)^2} & \forall (x,y) \in \Bbb R^2 \setminus \{(0,0)\} \\0 & (x,y) = (0,0)
\end{matrix}\right.$$
But the mixed second derivatives are not continuous and are different, in fact:
$$f_{xy} (0,0) = \lim_{k \to 0} \frac{f_x (0,k) - f_x (0,0)}{k} = -1, \quad f_{yx} (0,0) = \lim_{h \to 0} \frac{f_y (h,0) - f_y (0,0)}{h} = +1$$So $$f_{yx} \neq f_{xy}$$
Here $f_x=\frac{\partial f}{\partial x}$ and $f_y=\frac{\partial f}{\partial y}$, $f_{xx}=\frac{\partial^2 f}{\partial x^2}$ and $f_{yx}=\frac{\partial^2 f}{\partial y\partial x} $.