23 Ağustos 2022 Salı

IIF metodu

Giriş
Açıklaması şöyle
The IIF() function returns a value if a condition is TRUE, or another value if a condition is FALSE.
Örnek
Şöyle yaparız
SELECT IIF('hi' = 'bye', 'YES', 'NO'); //NO

Hiç yorum yok:

Yorum Gönder

Soft Delete

Giriş Açıklaması  şöyle When using the soft delete mechanism on the database, you might run into a situation where a record with a unique co...