Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e805eaf

Browse filesBrowse files
authored
Update README.md
1 parent 87aad7d commit e805eaf
Copy full SHA for e805eaf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.