Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
HarunUYGUC committed Nov 21, 2024
1 parent babbd45 commit cc829f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
"group": "Development",
"username": "root",
"database": "leetcode"
},
{
"mysqlOptions": {
"authProtocol": "default",
"enableSsl": "Disabled"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"driver": "MySQL",
"name": "Test MySQL",
"group": "Test",
"database": "kullanici-db",
"username": "root"
}
]
}
1 change: 1 addition & 0 deletions LeetCode Algorithms/SQL Queries/test.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT * FROM kullanicilar WHERE kullanici_adi = "Leon S Kennedy"

0 comments on commit cc829f1

Please sign in to comment.