我在我的数据库中有许多表,我用下面的代码收集计算值,并希望将这些值插入到其他表中。我使用SELECT INTO方法,但是数据库告诉我“不正确的语法靠近关键字到行.”。我相信有些东西我错过了,但不知道在哪里。密码看上去没问题。这是我的密码。任何帮助都将不胜感激。tbl_machines.[manufacturer] As 'Manufacturer',
tbl_machines.[type] As
代码要求从2-5之间的数字输入计数到最多5,但最后一个要求是输出必须是文字数字。num = int(input('Enter a number (2-5): '))while count <= num: printnum = int(input('Enter a number (2-5): ')) count = count + 1Enter a number(<