質問編集履歴
5
文章の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,5 +30,4 @@
|
|
30
30
|
10 rows in set (0.001 sec)
|
31
31
|
MariaDB [testdata]> show columns from sales;
|
32
32
|
ERROR 1932 (42S02): Table 'testdata.sales' doesn't exist in engine
|
33
|
-
MariaDB [testdata]> show tables;
|
34
33
|
```
|
4
文章の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,34 @@
|
|
1
1
|
いつもお世話になっております。
|
2
2
|
show columns from を用いてテーブルの構造が確認したいのですが画像の通りエラーが出てしまいます。
|
3
|
-
まだ知識が浅い故解決方法がわからないため、ご教示させていただけるとありがたいです。
|
3
|
+
まだ知識が浅い故解決方法がわからないため、ご教示させていただけるとありがたいです。
|
4
|
+
```
|
5
|
+
Microsoft Windows [Version 10.0.18362.1139]
|
6
|
+
(c) 2019 Microsoft Corporation. All rights reserved.
|
7
|
+
C:\Users\reire>mysql -u root
|
8
|
+
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
9
|
+
Your MariaDB connection id is 25
|
10
|
+
Server version: 10.4.11-MariaDB mariadb.org binary distribution
|
11
|
+
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
|
12
|
+
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
13
|
+
MariaDB [(none)]> use testdata;
|
14
|
+
Database changed
|
15
|
+
MariaDB [testdata]> show tables;
|
16
|
+
+--------------------+
|
17
|
+
| Tables_in_testdata |
|
18
|
+
+--------------------+
|
19
|
+
| belongto |
|
20
|
+
| categories |
|
21
|
+
| customerclasses |
|
22
|
+
| customers |
|
23
|
+
| departments |
|
24
|
+
| employees |
|
25
|
+
| prefecturals |
|
26
|
+
| products |
|
27
|
+
| salary |
|
28
|
+
| sales |
|
29
|
+
+--------------------+
|
30
|
+
10 rows in set (0.001 sec)
|
31
|
+
MariaDB [testdata]> show columns from sales;
|
32
|
+
ERROR 1932 (42S02): Table 'testdata.sales' doesn't exist in engine
|
33
|
+
MariaDB [testdata]> show tables;
|
34
|
+
```
|
3
文章の訂正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
文章の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
いつもお世話になっております。
|
2
2
|
show columns from を用いてテーブルの構造が確認したいのですが画像の通りエラーが出てしまいます。
|
3
|
-
まだ知識が浅い故解決方法がわからないため、ご教
|
3
|
+
まだ知識が浅い故解決方法がわからないため、ご教示させていただけるとありがたいです。
|
1
文章の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
いつもお世話になっております。
|
2
|
-
show columns from を用
|
2
|
+
show columns from を用いてテーブルの構造が確認したいのですが画像の通りエラーが出てしまいます。
|
3
3
|
まだ知識が浅い故解決方法がわからないため、ご教授させていただけるとありがたいです。
|