Filter
Exclude
Time range
-
Near
Apr 15
> IS NULL Operator - Why IS NULL? We covered NULL before - let's consolidate it here completely in the context of WHERE. Use IS NULL and IS NOT NULL to check for NULL values. Never use = NULL or != NULL — they will never work! ~IS NULL: -- Employees with NO commission: SELECT name, commission FROM employees WHERE commission IS NULL; Output: Name | Commission Priya | NULL Neha | NULL Suresh | NULL Meera | NULL ~IS NOT NULL: -- Employees WHO HAVE commission: SELECT name, commission FROM employees WHERE commission IS NOT NULL; Output: Name | Commission Raj | 5000 Arjun | 3000 Kavya | 2000 Vikram | 8000 > Why = NULL Never Works: WHERE commission = NULL -- Returns 0 rows ❌ ALWAYS! WHERE commission IS NULL -- Works correctly ✅ Because NULL means unknown. Oracle can't confirm if unknown = unknown. Think of it as: "Is mystery box 1 equal to mystery box 2?" You can't know - both are unknown! > Quick Summary: • IN = match against a specific list - much cleaner than multiple OR conditions • NOT IN works - but NEVER put NULL in the list or you get zero results • Use IN for discrete specific values, BETWEEN for continuous ranges • LIKE = pattern search using wildcards • % = any number of characters (zero or more) • _ = exactly one character • Data is case sensitive - use UPPER() with LIKE for safety • ESCAPE lets you search for literal % or _ characters • IS NULL = only correct way to check for NULL • = NULL always returns zero rows - never use it #OracleSQL #INOperator #LIKEOperator #ISNull #Wildcards #LearnSQL #SQLBeginners #Day13 #100DaysOfCode #TechTwitter
2
79
💡 Sql Interview Question: / Real-Time Question: 👉 How do you use the IN operator in a non-correlated subquery in SQL? 📩 DM us today | 📷 Visit : ashokitech.com/full-stack-py… #SQLInterviewQuestions #SQLTips #INOperator #NonCorrelatedSubquery #SQLSubquery
4
i cant believe the dryer inoperator is chiming in
1
1
35
Replying to @HaangEmHiigh
More like an awkward inoperator
169
evil carlos sainz be like: unsmooth inoperator
2
78
🔍 TypeScript learning journey: The `in` Operator The `in` operator is used to know if a specific property exists within an object. The syntax is simple. 🎯 Here's what you need to know: #TypeScript #100DaysOfCode #TypeScriptTips #CodingTricks #ObjectProperties #InOperator
📚 Still learning Typescript: Type Aliases! TypeScript offers a cool feature called Type Aliases that lets you create custom names for your types. This helps you reduce repetition and enhance code readability. #juniordeveloper #juniordev #100DaysOfCode #TypeScript #typealiases
1
2
143
sana inoperator niyo nalang ako sa bunbunan pls lang
17 Nov 2021
The #inoperator checks if a value exists in a sequence or not. It evaluates to true if it finds the value in the specified sequence & false otherwise. Shared here is an eg. #bitesizedcodingwithYoungWonks #kidscoding #programming #learningresources #operators #python #STEMkids
1
15 Dec 2020
Replying to @shipwreckedcrew
I think Barr proved himself willing to be a political inoperator. All motion, no progress.
python if (X not in Y) or (Z not in Y) condition unexpected result stackoverflow.com/questions/… #inoperator #python #ifstatement
これいいですね joinあればINoperatorいらんのでは…とかいまひとつ中身をよくわかってないのですが うまいこと使えるようになったら社内に布教したいです いまcollectionを無駄にループさせまくって遅いとこが改善できるかも…
1
That’s our Big Ten Champs Coaches Right There! I see @JakeZweig still inoperator mode wearing incognito glasses.Wake o sleep ?U decide?Remember @JakeZweig we’ll be ur Uber or we can BRING THE RAIN!!! bc- WE OWN THE NIGHT ///. ILLIN NEVER QUIT4QTR- ROSE BOWL OR BUST !! I L L..
1
7