ElvisUntot
Programmer
i got 2 tables.
table 1 consists of an index, a boolean field and a long raw field
table 2 has just a long row field (with only one entry)
now i need a result with everything in table 1. but the long raw from table 1 schould be replaced with the data from table
2 if the boolean field contains 'false' or the long raw field is NULL.
table 1 consists of an index, a boolean field and a long raw field
table 2 has just a long row field (with only one entry)
now i need a result with everything in table 1. but the long raw from table 1 schould be replaced with the data from table
2 if the boolean field contains 'false' or the long raw field is NULL.