This will require to use variables to be send this sql as follows:
$fields1 = 'name, address';
$fields2 = 'phone, email';
SELECT $fields1 FROM tblExample WHERE id=?
If you can explain why you need this I might be able to help you better add the
fact that knowing what db and language you're using is really helpfull