mysql - SQL multi value id -


i have .csv excel file (comma delimited) - table bellow, import database. after import csv, saves first record tech_id (so 64 , 101). how make import more values, separated ;.

+--------+------------+-------------+---+-------------+ |   id   |   start    |     end     |...|   tech_id   | +--------+------------+-------------+---+-------------+ | 10883  | 27/3/2016  | 28/3/2016   |...|  64;15;259  | | 10884  | 27/3/2016  | 4/4/2016    |...|     17      | | 10885  | 28/3/2016  | 1/4/2016    |...|   101;29    | +--------+------------+-------------+---+-------------+ 


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -