en utilisant un CASE, cela marche :


SELECT CASE WHEN COUNT(*) > 0 THEN 1
ELSE 0
END
FROM myTable
WHERE Col1 = @Col1