vault backup: 2026-07-23 09:27:04
This commit is contained in:
Vendored
+15
-4
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"id": "fd9f21d5268b584f",
|
||||
"type": "tabs",
|
||||
"dimension": 51.626016260162594,
|
||||
"dimension": 46.476964769647694,
|
||||
"children": [
|
||||
{
|
||||
"id": "25f5b25d5eca7203",
|
||||
@@ -27,7 +27,7 @@
|
||||
{
|
||||
"id": "5958b9e0863b6a71",
|
||||
"type": "tabs",
|
||||
"dimension": 48.373983739837406,
|
||||
"dimension": 53.5230352303523,
|
||||
"children": [
|
||||
{
|
||||
"id": "2d42c893aebdc580",
|
||||
@@ -195,9 +195,19 @@
|
||||
"icon": "links-going-out",
|
||||
"title": "Ausgehende Links von SQL öffnen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "e87dc212189b9d36",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "git-view",
|
||||
"state": {},
|
||||
"icon": "git-pull-request",
|
||||
"title": "Source Control"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
"currentTab": 5
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
@@ -218,9 +228,10 @@
|
||||
},
|
||||
"active": "25f5b25d5eca7203",
|
||||
"lastOpenFiles": [
|
||||
"SS2026/Datenbanken und Informationssysteme/SQL/Unbenannt.md",
|
||||
"SS2026/Datenbanken und Informationssysteme/SQL/SQL.md",
|
||||
"SS2026/Datenbanken und Informationssysteme/SQL/DML Data Manipulation Language SQL.md",
|
||||
"SS2026/Datenbanken und Informationssysteme/SQL/Anhänge/sql_merged.pdf",
|
||||
"SS2026/Datenbanken und Informationssysteme/SQL/SQL.md",
|
||||
"SS2026/Datenbanken und Informationssysteme/SQL/DDL Data Definition Language SQL.md",
|
||||
"SS2026/Datenbanken und Informationssysteme/Datenbanken und Informationssysteme.md",
|
||||
"SS2026/Klausurplan.canvas",
|
||||
|
||||
@@ -49,6 +49,7 @@ SELECT * from Student s WHERE s.Semester = 2 AND s.Name='Byleth'
|
||||
Vergleichsoperatoren: <,>,=,<=,>=,<>
|
||||
BETWEEN
|
||||
LIKE
|
||||
IS NULL
|
||||
IS NULL / IS NOT NULL
|
||||
AND, OR, NOT
|
||||
|
||||
+,-,\*,/
|
||||
IN, NOT IN, $\theta$ ANY, $\theta$ ALL, EXISTS mit theta = Vergleichsoperator
|
||||
|
||||
Reference in New Issue
Block a user