buon giorno scusate per la domanda semplice ma volevo chiedere, prima di perderci troppo tempo, se è possibile implementare una struttura If in una query access tipo questa

(script SQL SERVER)

if exists(select ID from TABELLA where ID = 2300)
select 1
else
select 0


grazie