1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
describe table names;
------------------------------------------------------------------------------
describe table names
Data type Column
Column name schema Data type name Length Scale Nulls
------------------------------- --------- ------------------- ---------- ----- ------
NAME SYSIBM CHARACTER 10 0 Yes
NUMBER SYSIBM CHARACTER 10 0 Yes
------------------------------ Commands Entered ------------------------------
INSERT INTO NAMES (name, number) VALUES (eeeeee, ed);
------------------------------------------------------------------------------
INSERT INTO NAMES (name, number) VALUES (eeeeee, ed)
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0206N "EEEEEE" is not valid in the context where it is used.
SQLSTATE=42703 |
Partager