History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18948
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Jon Steelman
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

SQL: redlines parameter in lower()

Created: 01 Aug 08 18:21   Updated: 01 Aug 08 18:24
Component/s: SQL

Build: 8,637


 Description  « Hide
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

 All   Comments   Work Log   Change History      Sort Order:
Jon Steelman - 01 Aug 08 18:24
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