mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
codespell: make each word of acronym bold
This commit is contained in:
@@ -1658,10 +1658,10 @@ them in quotes, which causes a SQL error.
|
|||||||
|
|
||||||
| Operation | SQL Command |
|
| Operation | SQL Command |
|
||||||
|-----------|-------------|
|
|-----------|-------------|
|
||||||
| **C**reate | `INSERT INTO table (col1, col2) VALUES (val1, val2)` |
|
| **Create** | `INSERT INTO table (col1, col2) VALUES (val1, val2)` |
|
||||||
| **R**ead | `SELECT col1, col2 FROM table WHERE condition` |
|
| **Read** | `SELECT col1, col2 FROM table WHERE condition` |
|
||||||
| **U**pdate | `UPDATE table SET col1=val1 WHERE condition` |
|
| **Update** | `UPDATE table SET col1=val1 WHERE condition` |
|
||||||
| **D**elete | `DELETE FROM table WHERE condition` |
|
| **Delete** | `DELETE FROM table WHERE condition` |
|
||||||
|
|
||||||
### Query Modifiers
|
### Query Modifiers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user