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 a609885

Browse filesBrowse files
authored
Update README.md
1 parent d4ed882 commit a609885
Copy full SHA for a609885

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
@@ -153,7 +153,7 @@ Here is list of all SuperSQL flags:
153153
//This will select users that have username either "ratajs" or "admin" or that have username "RatajS"
154154
$ssql->read("users", $ssql->cond()->eq("username", ["ratajs", "admin"])->eq("nickname", ["RatajS"], SQ::COND_OR));
155155

156-
//->not negates the condition, this will select users with usernames other than admin
156+
//->not() negates the condition, this will select users with usernames other than admin
157157
$ssql->read("users", $ssql->cond()->eq("username", ["admin"])->not());
158158

159159
//It can also add another condition, this will select user that don’t have any nickname and with username other that "admin" or "root".

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.