"andre simonse" <simonse@wanadoo.nl> wrote in message
news:uc$ofCMiDHA.1872@TK2MSFTNGP10.phx.gbl...
> I am looking for the right query for an SQL / Access database. Can
> anyone help me? For example i give you the contents of a table and a
> description of the statement.
> Table1:
> Column_A
> 1
> 2
> 3
> 4
> 5
> 6
> The result of the query has to be 2 columns. The first column is
> Column_A and the second column is an Alias column (e.g. Column_B).
> In the query statement you give a condition that the values in Column_B
> should be value "1" where the values from Column_A are greater than "4".
> The other values in Column_B should be value "0".
> The result should be:
> Column_A | Column_B
> 1 | 0
> 2 | 0
> 3 | 0
> 4 | 0
> 5 | 1
> 6 | 1
>
>
>
> *** Sent via Developersdex
http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!