We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762198e commit 7dde282Copy full SHA for 7dde282
WHERE Clause and equal operator.txt
@@ -26,3 +26,9 @@ In To specifY MULTIPLE POSSIBLE VALUE OF A COLUMN
26
27
2. specific data from specific column
28
Syntax: SELECT column_name From table_name WHERE column_name operator 'value';
29
+Ex: SELECT * from student_reg WHERE name='SITA';
30
++------+------+---------+------------+-----------+
31
+| s_id | name | address | dob | fees |
32
33
+| 102 | SITA | KTM | 2001-10-11 | 200000.12 |
34
0 commit comments