Closed devSC closed 3 years ago
How to select value like below?
SELECT firstname, lastname, IFNULL(fax, 'Call:' || phone) fax FROM customers ORDER BY firstname;
Thanks.
Any update about this request ?
https://github.com/stephencelis/SQLite.swift/blob/master/Documentation/Index.md#core-sqlite-functions
How to select value like below?
Thanks.