Sure they do. All you have to do is find a query that uses user input to select a table, or that accepts an offset for pagination and doesn't explicitly typecast it. We find SQLI in parameterized queries all the time.
You should absolutely use prepared statements, but don't kid yourself about their magic powers.
You should absolutely use prepared statements, but don't kid yourself about their magic powers.