
|
If you were logged in you would be able to see more operations.
|
|
|
SELECT a.owner_id FROM user_profile a, owner b where a.user_type=? And a.owner_id is not null and a.owner_id = b.owner_id and instr( lower(b.name), lower  ) != 0
|
|
Description
|
SELECT a.owner_id FROM user_profile a, owner b where a.user_type=? And a.owner_id is not null and a.owner_id = b.owner_id and instr( lower(b.name), lower  ) != 0 |
Show » |
|