Open AnyhowStep opened 4 years ago
On SQLite, the following returns 'hi',
'hi'
SELECT COALESCE( NULL, (SELECT 'hi' UNION ALL SELECT 'bye') );
It will throw for any other database.
On SQLite, the following returns
'hi'
,It will throw for any other database.