我想使用Citybik.es API ()映射站数据(站点名称/自行车可用/免费站)到Google上,使用Google API v3。0:{自行车:2,名称:芬安街,idx:0,lat:53341428,时间戳:2014-09-23T19:06:05.152 Z,lng:-6246720,…}
1:{自行车:0,名称:城市码头,idx:1,lat:53346637,时间戳:20
我有一个表,它有一个名为CustomerName的列,用于存储客户的全名(即客户的两个名称-名、姓和任何其他名称)。我想重新设计这个表,这样我就不应该只有CustomerName字段,而应该有CustomerFirstName、CustomerLastName和CustomerOtherNames(然后customerName可以是这3个字段的串联)。我的表中已经有客户记录,CustomerNames的格式如下
Cu