Hi team
I have a very intersting question to all of you. Pls help me to build this
query, I want to fetch more that 70,000 BLOB from different customer
servers. the issue is there are some BOLB files with common names on all
servers. So I want merge these files into a single BLOB during fetching
Hi team
I have a very intersting question to all of you. I want to fetch more that
70,000 BLOB from different customer servers. the issue is there are some
BOLB files with common names on all servers. So I want merge these files
into a single BLOB during fetching data. Although I am able to fetc
& tab 2.
Ashish . INDIA
On 12/14/06, Markus Schaber <[EMAIL PROTECTED]> wrote:
Hi, Ashish,
"Ashish Ahlawat" <[EMAIL PROTECTED]> wrote:
> hi pls tell me
>
> if table *Item 3 : news, nature, greenpeace, whale has all clmn y v need
> join ?
hi pls tell me
if table *Item 3 : news, nature, greenpeace, whale has all clmn y v need
join ??*
*Ashish*
On 12/13/06, Ragnar <[EMAIL PROTECTED]> wrote:
On miư, 2006-12-13 at 10:26 +0100, Dirk Griffioen wrote:
> I have been breaking my head on the following problem: how to join 2
> ta
, 'R', 's2'), ('View', 1, 'NR', 's1'), ('Show', 2, 'NR',
's2'), ('Amadeus', 1, 'PG', 's2') , ('Falcon', 1, 'NR', 's2'),
('Africa', 1, 'PG
Hi Team
I am unable to fetch data using following simple query it prompts following
error
*ORA: 00907: Missing right parenthesis*
Query :-
SELECT Name AS Title, StatID AS Status, RatingID AS Rating,
IF(NumDisks>1, 'Check for extra disks!', 'Only 1 disk.') AS Verify
FROM DVDs
*Table Struct