Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit47e0cea

Browse files
committed
Using sql instead of json for highlighting
1 parent2f33c43 commit47e0cea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SELECT pgml.transform(
6262
```
6363
*Result*
6464

65-
```json
65+
```sql
6666
french
6767
------------------------------------------------------------
6868

@@ -87,7 +87,7 @@ SELECT pgml.transform(
8787
)AS positivity;
8888
```
8989
*Result*
90-
```json
90+
```sql
9191
positivity
9292
------------------------------------------------------
9393
[
@@ -200,7 +200,7 @@ SELECT pgml.transform(
200200
)AS positivity;
201201
```
202202
*Result*
203-
```json
203+
```sql
204204
positivity
205205
------------------------------------------------------
206206
[
@@ -227,7 +227,7 @@ SELECT pgml.transform(
227227
)AS positivity;
228228
```
229229
*Result*
230-
```json
230+
```sql
231231
positivity
232232
-----------------------------------------------
233233
[
@@ -253,7 +253,7 @@ SELECT pgml.transform(
253253
```
254254

255255
*Result*
256-
```json
256+
```sql
257257

258258
market_sentiment
259259
------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp