Import CSV data into the alloutstanding table with two header rows
Current Database: test
Table Status: ❌ Table not found
The 'alloutstanding' table will be created automatically when you import data.
| Column Name | Data Type | Nullable |
|---|---|---|
| alloutstanding_id | INT(11) AUTO_INCREMENT | NO |
| del_point | INT(11) | NO |
| dem_name | VARCHAR(45) | YES |
| dem_no | VARCHAR(12) | YES |
| ord_no | INT(11) | NO |
| ord_date | DATETIME | YES |
| expected_deliv_date | DATETIME | YES |
| item_description | VARCHAR(145) | YES |
| supplier_name | VARCHAR(145) | YES |
| ord_qty | INT(11) | YES |
| doq | VARCHAR(5) | YES |
| doq_price | DOUBLE | YES |
| value | DECIMAL(15,4) | YES |
| outs_qty | INT(11) | YES |
| oust_value | DECIMAL(15,4) | YES |
| icn | INT(11) | NO |