I am not entirely sure I understand the first line of your post... What do you mean "sort" ?
If you are storing info in a mysql db for use with a website then the first thing I would do is drop the camel casing. Use lowercase with underscores to represent spaces. i.e. addr_1, addr_2.
This will avoid certain issues with lowercase and uppercase field / table names.
The structure you have is fine for simple storage of addresses.
If you are storing info in a mysql db for use with a website then the first thing I would do is drop the camel casing. Use lowercase with underscores to represent spaces. i.e. addr_1, addr_2.
This will avoid certain issues with lowercase and uppercase field / table names.
The structure you have is fine for simple storage of addresses.