I'm trying to get the venue in the 'List' column when in contains a
value. But if the venue Is Null then place the event in the 'List'
SELECT
CASE
WHEN event Is Null THEN venue
Else
event
End as 'List'
,DATE_FORMAT(fl d_date, '%M') as Monthly[color=blue]
>From na_statistics[/color]
value. But if the venue Is Null then place the event in the 'List'
SELECT
CASE
WHEN event Is Null THEN venue
Else
event
End as 'List'
,DATE_FORMAT(fl d_date, '%M') as Monthly[color=blue]
>From na_statistics[/color]
Comment