Skip to content

Commit

Permalink
2024-02-28 14:14:00
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
src/content/blog/programmers-즐겨찾기가-가장-많은 식당-정보-출력하기.md
  • Loading branch information
gyunseo committed Feb 28, 2024
1 parent 60fd5fd commit 0dcb5cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 2 additions & 14 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@
{
"id": "30a6f5166fbae7ac",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "src/content/blog/programmers-가장-비싼-상품-구하기.md",
"mode": "source",
"source": false
}
}
},
{
"id": "24ec767780663650",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
Expand All @@ -56,7 +44,7 @@
}
}
],
"currentTab": 3
"currentTab": 2
}
],
"direction": "vertical"
Expand Down Expand Up @@ -185,7 +173,7 @@
"table-editor-obsidian:Advanced Tables Toolbar": false
}
},
"active": "24ec767780663650",
"active": "30a6f5166fbae7ac",
"lastOpenFiles": [
"src/content/blog/programmers-가장-비싼-상품-구하기.md",
"src/content/blog/programmers-즐겨찾기가-가장-많은 식당-정보-출력하기.md",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ogImage: ""

## SQL Query

```|sql
```sql
SELECT food_type, rest_id, rest_name, favorites
FROM rest_info
WHERE favorites in (
Expand Down

0 comments on commit 0dcb5cf

Please sign in to comment.