I want to create the following query using Subsonic 2.2:
SELECT coalesce(col1, col2) AS result
FROM someTable
I want to create the following query using Subsonic 2.2:
SELECT coalesce(col1, col2) AS result
FROM someTable
Copyright © 2021 Jogjafile Inc.
Something similar to this: