sql doc formatting (#1350)

My bad, missed a few tabs between the two PRs
searx-doc
Jon Luo 1 year ago committed by GitHub
parent 82baecc892
commit 92ab27e4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -469,10 +469,10 @@
")\n",
"\n",
"SELECT * FROM 'Track' LIMIT 3;\n",
"TrackId Name Composer\n",
"1 For Those About To Rock (We Salute You) Angus Young, Malcolm Young, Brian Johnson\n",
"2 Balls to the Wall None\n",
"3 My favorite song ever The coolest composer of all time\"\"\"\n",
"TrackId\tName\tComposer\n",
"1\tFor Those About To Rock (We Salute You)\tAngus Young, Malcolm Young, Brian Johnson\n",
"2\tBalls to the Wall\tNone\n",
"3\tMy favorite song ever\tThe coolest composer of all time\"\"\"\n",
"}"
]
},
@ -494,9 +494,9 @@
")\n",
"\n",
"SELECT * FROM 'Playlist' LIMIT 2;\n",
"PlaylistId Name\n",
"1 Music\n",
"2 Movies\n",
"PlaylistId\tName\n",
"1\tMusic\n",
"2\tMovies\n",
"\n",
"CREATE TABLE Track (\n",
"\t\"TrackId\" INTEGER NOT NULL, \n",
@ -506,10 +506,10 @@
")\n",
"\n",
"SELECT * FROM 'Track' LIMIT 3;\n",
"TrackId Name Composer\n",
"1 For Those About To Rock (We Salute You) Angus Young, Malcolm Young, Brian Johnson\n",
"2 Balls to the Wall None\n",
"3 My favorite song ever The coolest composer of all time\n"
"TrackId\tName\tComposer\n",
"1\tFor Those About To Rock (We Salute You)\tAngus Young, Malcolm Young, Brian Johnson\n",
"2\tBalls to the Wall\tNone\n",
"3\tMy favorite song ever\tThe coolest composer of all time\n"
]
}
],

Loading…
Cancel
Save