Re: RgueWave and Join two Table

From: Neil Butterworth <neil_butterworth_at_lineone.net>
Date: Thu, 18 Oct 2001 12:42:17 +0100
Message-ID: <3bcebeb1_1_at_mk-nntp-1.news.uk.worldonline.com>


[Quoted] "Josef Böhm" <boehm_at_fct.de> wrote in message news:3BCEA7CE.54EB7FDA_at_fct.de...
> How can I make the following statement with the RougueWave BDTool++ ?
>
> SELECT *
> FROM TableObj, (select objnr as OBJ_NR, MAX(version) as MAX_NR from
> TableObj Groupby objnr)
> WHERE objnr = OBJ_NR and version = MAX_NR
>
> Do someone has an other idea to make this statement ?

You need to ask this question in a newsgroup that supports the Rogue Wave libraries, it is off-topic in comp.lang.c++, where only standard C++ features are discussed.

NeilB Received on Thu Oct 18 2001 - 13:42:17 CEST

Original text of this message