我使用SQlite存储大量数据,并且在使用非常简单的查询提取数据时遇到困难。目前,我的数据库只是一个表,大约有5000万行和15列。我想从这张表中提取一整列。我尝试使用RSQlite:dbGetQuery(db, ‘select qs from CSI’),其中qs和CSI分别是我的列名和表名。Qs是字符串。我还尝试了SQLite的DB浏览器(v3.9.1),使用相同的查询,在运行几个小时后再次放弃。我没有IDKey/索引,但我想,既然我想要
例如,One mysql server machine A has One table called "tableA" under in a database called databaseA, anothermysql server machine B has one table called "tableB" under in a database called databaseB.如何加入tableA