हटाना एक तालिका में mysql

कोड उदाहरण

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;

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

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