2
Answers

How to concat table column value in Oracle LIKE query?

Photo of Priyanka K S

Priyanka K S

4y
745
1

select * from TableB where UserName LIKE "Here I want to search other table column value"

is it possible ?

Answers (2)