W3Schools.com (2024)

Example

Return "YES" if the condition is TRUE, or "NO" if the condition is FALSE:

SELECT IIF(500<1000, 'YES', 'NO');

Try it Yourself »

Definition and Usage

The IIF() function returns a value if a condition is TRUE, or another value if a condition is FALSE.

Syntax

IIF(condition, value_if_true, value_if_false)

Parameter Values

Parameter Description
condition Required. The value to test
value_if_true Optional. The value to return if condition is TRUE
value_if_false Optional. The value to return if condition is FALSE

Technical Details

Works in: SQL Server (starting with 2012), Azure SQL Database

More Examples

Example

Return 5 if the condition is TRUE, or 10 if the condition is FALSE:

SELECT IIF(500<1000, 5, 10);

Try it Yourself »

Example

Test whether two strings are the same and return "YES" if they are, or "NO" if not:

SELECT IIF('hello' = 'bye', 'YES', 'NO');

Try it Yourself »

Example

Return "MORE" if the condition is TRUE, or "LESS" if the condition is FALSE:

SELECT OrderID, Quantity, IIF(Quantity>10, 'MORE', 'LESS')
FROM OrderDetails;

Try it Yourself »


W3schools Pathfinder

Track your progress - it's free!

W3Schools.com (2024)
Top Articles
9 Powerful Ways To Cultivate Extreme Self-Discipline
15 Ways to Leave Your Clutter
Design215 Word Pattern Finder
Skyward Houston County
Faridpur Govt. Girls' High School, Faridpur Test Examination—2023; English : Paper II
Practical Magic 123Movies
Toyota Campers For Sale Craigslist
Lexington Herald-Leader from Lexington, Kentucky
Nesb Routing Number
Lost Pizza Nutrition
Morgan Wallen Pnc Park Seating Chart
Craigslist Estate Sales Tucson
3656 Curlew St
Craigslist Pets Sac
Dump Trucks in Netherlands for sale - used and new - TrucksNL
Bx11
Epro Warrant Search
Watch The Lovely Bones Online Free 123Movies
Vintage Stock Edmond Ok
Moving Sales Craigslist
Days Until Oct 8
Morse Road Bmv Hours
Routing Number For Radiant Credit Union
Red8 Data Entry Job
Devotion Showtimes Near Regency Buenaventura 6
Restored Republic June 16 2023
11526 Lake Ave Cleveland Oh 44102
Skymovieshd.ib
Access a Shared Resource | Computing for Arts + Sciences
Jesus Calling Feb 13
Delta Math Login With Google
Restored Republic
Rek Funerals
Barbie Showtimes Near Lucas Cinemas Albertville
Die wichtigsten E-Nummern
Wisconsin Volleyball Team Leaked Uncovered
Home Auctions - Real Estate Auctions
Ixlggusd
Kokomo Mugshots Busted
Everstart Jump Starter Manual Pdf
Gas Prices In Henderson Kentucky
Is The Nun Based On a True Story?
Frigidaire Fdsh450Laf Installation Manual
Natasha Tosini Bikini
Poe Self Chill
Uc Davis Tech Management Minor
Blow Dry Bar Boynton Beach
Walmart Front Door Wreaths
Tito Jackson, member of beloved pop group the Jackson 5, dies at 70
Horseneck Beach State Reservation Water Temperature
7 Sites to Identify the Owner of a Phone Number
Latest Posts
Article information

Author: Edmund Hettinger DC

Last Updated:

Views: 6170

Rating: 4.8 / 5 (58 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Edmund Hettinger DC

Birthday: 1994-08-17

Address: 2033 Gerhold Pine, Port Jocelyn, VA 12101-5654

Phone: +8524399971620

Job: Central Manufacturing Supervisor

Hobby: Jogging, Metalworking, Tai chi, Shopping, Puzzles, Rock climbing, Crocheting

Introduction: My name is Edmund Hettinger DC, I am a adventurous, colorful, gifted, determined, precious, open, colorful person who loves writing and wants to share my knowledge and understanding with you.