[odb-users] Question about complex query implementing

Boris Kolpackov boris at codesynthesis.com
Wed Dec 5 09:07:15 EST 2018


Music samal <zxbzswxr at gmail.com> writes:

> If I want to query the an A object with this name form AName_XXX which has
> the biggist index, maybe it's AName_657 or other number and I want to
> return this number. what should I do to implement this query

I don't think you can (easily) implement this as an SQL query. But if
you made the number a separate data member/column, then that would be
pretty easy. Maybe even duplicate it, if it must be part of the name
string.





More information about the odb-users mailing list