docs: fix incomplete SHOW CREATE statement to SHOW CREATE TABLE (#23023)#23028
docs: fix incomplete SHOW CREATE statement to SHOW CREATE TABLE (#23023)#23028ti-chi-bot wants to merge 2 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request updates the basic-sql-operations.md documentation to correct the SQL syntax for viewing a table's creation statement, changing SHOW CREATE to SHOW CREATE TABLE in both the explanatory text and the SQL code block. There are no review comments to evaluate, and the changes are correct, so there is no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This is an automated cherry-pick of #23023
What is changed, added or deleted?
Fixed an incomplete SQL statement reference in . The text described using the "SHOW CREATE" statement, which is not a valid standalone SQL command. The correct statement is "SHOW CREATE TABLE".
Which TiDB version(s) do your changes apply to?
What is the related PR or file link(s)?