You can fool the browser to some extent by putting something like this in the WHERE clause :-
Owner = 'Dummy'
UNION
SELECT field1, field2, field3, field4
FROM some_table
field1 is interpreted as the user and is not displayed if the same as the connected user else it prefixes field3 which is...