fix: converted single to triple backticks14 (#36241)

This commit is contained in:
Randell Dawson
2019-06-20 13:35:05 -07:00
committed by Tom
parent 7917d5c6c3
commit 397014136e
75 changed files with 1782 additions and 1506 deletions

View File

@@ -35,10 +35,11 @@ A View هو كائن قاعدة بيانات يقدم البيانات المو
_سيغطي هذا الدليل هذا الجزء من البيان ..._
`CREATE
VIEW view_name [(column_list)]
AS select_statement
`
```sql
CREATE
VIEW view_name [(column_list)]
AS select_statement
```
### إنشاء نموذج للعرض من جداول الطلاب