Input: `SELECT * from foo.bar.baz;` Output: `SELECT * from bar.baz;` Expected: `SELECT * from foo.bar.baz;`