Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysql の tablename から delete * を書き込むと、すべての行が削除され、そのテーブルの mysql にデータが返されます。
いいえ、ありません。
正しいクエリはDELETE FROM tablename. (なし*)
DELETE FROM tablename
*
バックアップから復元します。
最も簡単な方法は、最新のバックアップを復元することです。