Jump to content

multi-line infomation in mysql field


raman

Recommended Posts

I have a table in mysql database which I had initially written as an excel file and then imported into mysql command by saving it as a csv file and then using load data local ...command.

Now I want to add a new field to the database but the problem is that the information extends into multple lines.I exemplify below:

 

AAAAAFFFGGVVVVVVVVV 23 34 45 67

CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCNNNNNVVVV 56 76 23 90

SSSSSSSSSS 45 34 65 43

 

Against the total 1775 entries in the table around 1000 entries would have this type of information.

 

Is there any way to store this type of information ?Also the number of lines is not fixed for every entry ,it varies with every entry.

Link to comment
https://forums.phpfreaks.com/topic/135167-multi-line-infomation-in-mysql-field/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.