| String Comparasition [message #642505] |
Sun, 13 September 2015 12:28  |
 |
steek12
Messages: 2 Registered: September 2015
|
Junior Member |
|
|
Hello,
i try to compare one string(first name+last name) with one combined name:
if(l.Name = (l.firstname||' '||l.lastname)) then
v_used_id :=v_t_id;
end if;
(l.Name is 'Tana Myer'; l.firstname is 'Tana' and l.lastname is 'Myer'). The problem is that the v_used_id
will never assigned. The both strings are equal but the v_used_id is never assigned.
Please help me to understand this problem.
Thank you.
|
|
|
|
|
|
|
|
|
|