Hi,
I have a query :
SELECT id, value1, value2 FROM table;
Now i want to add to the result a new column with TRUE if table.value3 is not null and FALSE if table.value3 is null.
Thx
I have a query :
SELECT id, value1, value2 FROM table;
Now i want to add to the result a new column with TRUE if table.value3 is not null and FALSE if table.value3 is null.
Thx