I would like to query all rows where columnA = 'xyz' + columnB:
select * from myTable where colA = 'xyz' + colB