radondb/radon

[feature] well documented

BohuTANG opened this issue · 2 comments

Summary

radon_sql_support.md is big and big, which is unfriendly to the user.
we should divide it into some markdown files, initial thoughts:

  1. radon_sql_ddl.md -- notes for Data Definition Statements
  2. radon_sql_dml.md -- notes for Data Manipulation Statements
  3. radon_sql_dal.md -- notes for Database Administration Statements
  4. radon_sql_admin.md -- notes for Radon Administration Statements
  5. radon_sql_others.md -- notes for multi-txn and etc

references:
https://dev.mysql.com/doc/refman/8.0/en/sql-statements.html

ACK.

Before split into several files, do complete create statement syntax description.
Relate issues: #615 and #640