Guest User

Untitled

a guest
Jul 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. select O_ObjectID,
  2. rtrim(O_Name) as O_Name
  3. from A_Object
  4. where O_Name like @NamePrefix + '%' OR O_Name like '% ' + @NamePrefix + '%'
  5. order by O_Name
Add Comment
Please, Sign In to add comment