forked from Archives/langchain
sql doc formatting (#1350)
My bad, missed a few tabs between the two PRs
This commit is contained in:
parent
82baecc892
commit
92ab27e4b8
@ -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…
Reference in New Issue
Block a user