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

@@ -23,16 +23,18 @@ A View هو كائن يقدم البيانات من جدول واحد أو أك
### بناء الجملة الأساسي
`DROP VIEW [IF EXISTS]
view_name [, view_name] ...
`
```sql
DROP VIEW [IF EXISTS]
view_name [, view_name] ...
```
### إسقاط عرض SQL
الجزء الموجود في حالة وجود أخطاء "اعتراض" ، في حالة عدم وجود طريقة العرض.
`drop view if exists students_dropMe_v;
`
```sql
drop view if exists students_dropMe_v;
```
طريقة العرض بعد الإنشاء: