8

I would like to query all rows where columnA = 'xyz' + columnB:

select * from myTable where colA = 'xyz' + colB
Dhawal
  • 1,240
  • 2
  • 12
  • 20
  • So what have you tried? What error message did you get? There's nothing wrong with your query from what I can see. – Russ Savage Feb 27 '20 at 23:56
  • Please provide more detail what types (tag, filed) are colB and colA. More details would help show how this is done. – Newskooler Jul 13 '20 at 14:01

0 Answers0