java - How can I add two values in a single column in mysql? -
i creating 1 database in having fields:
id,name,email,address,college
here want add (first name, middle name , surname) in name , in address want add (flat_no,street,city,country).
so without creating table how can add detail of these fields in same table?
Comments
Post a Comment