Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mridah authored and kwhat committed Oct 29, 2020
1 parent a69453f commit 6b4c127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Statement/INSERT.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Returns the primary key for the inserted record
// INSERT INTO users ( id , usr , pwd ) VALUES ( ? , ? , ? )
$insertStatement = $pdo->insert(array(
"id" => 1234,
"usr" => "your_username"",
"usr" => "your_username",
"pwd" => "your_password"
))
->into("users");
Expand Down

0 comments on commit 6b4c127

Please sign in to comment.