Hi ,
I have defined a table pv:( a:10 20 30; b:(a
b;c
de;
c))
Now I want to write a select statement to give the column a where each b contains `c.
i.e the?result should be
a
20
30
?
Thanks in advance
?
Regrds,
Saritha
?
?
?
Hi ,
I have defined a table pv:( a:10 20 30; b:(a
b;c
de;
c))
Now I want to write a select statement to give the column a where each b contains `c.
i.e the?result should be
a
20
30
?
Thanks in advance
?
Regrds,
Saritha
?
?
?
select a from pv where c in'bOn 1 June 2012 10:10, Q\_developer <qbank9> wrote:> Hi ,> I have defined a table pv:([] a:10 20 30; b:(
ab;
cd
e;c))> Now I want to write a select statement to give the column a where each b> contains
c.> i.e the?result should be> a> -> 20> 30>> Thanks in advance>> Regrds,> Saritha>>>>> –>
Submitted via Google Groups
select from pv where ('c in) each b
correct the symbol c.
Hth
Kim
Von meinem iPhone gesendet
Am 01.06.2012 um 11:10 schrieb Q_developer <qbank9@gmail.com>:
Hi ,
I have defined a table pv:( a:10 20 30; b:(
a
b;c
de;
c))Now I want to write a select statement to give the column a where each b contains `c.
i.e the result should be
a
20
30
Thanks in advance
Regrds,
Saritha
–
Submitted via Google Groups
you can hold down ’ to get `
Cheers,
Attila
Am 01.06.2012 19:13, schrieb Attila Vrabecz:
you can hold down ’ to get `
It works on my iphone, thx.
Kim
Cheers,
Attila