8000 Update README.md · ratajs/SuperSQL@e805eaf · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e805eaf

Browse files
authored
Update README.md
1 parent 87aad7d commit e805eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Here is list of all SuperSQL flags:
160160
//->not() negates the condition, this will select users with usernames other than admin
161161
$ssql->read("users", $ssql->cond()->eq("username", ["admin"])->not());
162162

163-
//You can also add another condition, this will select users that don’t have any nickname with username other than "admin" or "root".
163+
//You can also pass another condition to it, this will select users that don’t have any nickname with username other than "admin" or "root".
164164
$ssql->read("users", $ssql->cond()->eq("nickname", [""])->not($ssql->cond()->eq("username", ["admin", "root"])));
165165

166166
//Supported condition functions: ->eq(), ->lt(), ->gt(), ->lte(), ->gte(), ->like() and ->between()

0 commit comments

Comments
 (0)
0