|
Bert,
In
arhive list was are messages that says about this. In this messages somebody say
about problem for
select a from A a where s in list("asdasd", "asdasdasd",
"asdasdasdasd");
(Object A have VARCHAR2 field - s, and try list by this
field)
But,
i try it in code. All works :)))
if
you select by number field you can use no quotes for
values:
select a from A a where id list (1, 2, 3, 4)
But
in all other type of field you MUST use double quote:
select a from A a where s list ("s1", "s2",
"s3") goodLuck :)
|
Title: Сообщение
- Re: [castor-dev] OQL question Glenn Nielsen
- Re: [castor-dev] OQL question Keith Chew SL
- [castor-dev] OQL question Victor Hadianto
- Re: [castor-dev] OQL question Victor Hadianto
- Re: [castor-dev] OQL question Alexey A. Efimov
- Re: [castor-dev] OQL question Bert van Brakel
- Re: [castor-dev] OQL question Bert van Brakel
- [castor-dev] OQL Question Alexey A. Efimov
- [castor-dev] OQL Question pherber
- [castor-dev] OQL question Jeszenszky Peter
