Mysql'de bir tabloyu silme

Kod örnekleri

11
0

N

DROP TABLE table_name;
5
0

N

DELETE FROM `table_name` [WHERE condition];
3
0

N

drop table table_name;
2
0

N

-- 'DROP TABLE' followed by the name of the table you would like
-- to drop.
DROP TABLE `test_table`;
1
0

N

DROP TABLE tablename;
0
0

N

delete table query

DROP TABLE <table name;
e.g. DROP TABLE students;

Diğer dillerde

Bu sayfa diğer dillerde

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................