いつもお世話になっております。
show columns from を用いてテーブルの構造が確認したいのですが画像の通りエラーが出てしまいます。
まだ知識が浅い故解決方法がわからないため、ご教示させていただけるとありがたいです。
Microsoft Windows [Version 10.0.18362.1139] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\reire>mysql -u root Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 25 Server version: 10.4.11-MariaDB mariadb.org binary distribution Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> use testdata; Database changed MariaDB [testdata]> show tables; +--------------------+ | Tables_in_testdata | +--------------------+ | belongto | | categories | | customerclasses | | customers | | departments | | employees | | prefecturals | | products | | salary | | sales | +--------------------+ 10 rows in set (0.001 sec) MariaDB [testdata]> show columns from sales; ERROR 1932 (42S02): Table 'testdata.sales' doesn't exist in engine
回答2件
あなたの回答
tips
プレビュー