我在我的数据库中有许多表,我用下面的代码收集计算值,并希望将这些值插入到其他表中。我使用SELECT INTO方法,但是数据库告诉我“不正确的语法靠近关键字到行.”。我相信有些东西我错过了,但不知道在哪里。密码看上去没问题。这是我的密码。任何帮助都将不胜感激。tbl_machines.[manufacturer] As 'Manufacturer',
tbl_machines.[type] As
例如,以英尺和英寸为例:我怎么能把其中的一个元素分解成这样的东西:
"the person is 5 feet 11 inches tall."feet {} inches tall.".format(list[1], list[1]) #I am aware taking the same index of list will give me 5-