Skip to main content

Supported Data Types

AskTable supports multiple types of databases and files, allowing you to flexibly integrate different data for querying and analysis. Specifically:

  • Database scenarios: Support cross-table, cross-database (DB), or cross-schema (Schema) joint table queries within the same instance. Cross-instance joint table queries are not supported.
  • Table file scenarios: Support cross-file and cross-sheet joint table queries.

The following are the currently supported database and file types:

Supported Databases and File Types

Logo
TypeSupported VersionDescription
MySQL5.7/8.0Popular open-source database
PostgreSQL14/15/16Popular open-source database
PolarDB MySQL5.7/8.0Alibaba Cloud - Cloud-native database (MySQL compatible)
PolarDB PostgreSQL14/15/16Alibaba Cloud - Cloud-native database (PostgreSQL compatible)
Oracle18cMainstream commercial relational database
OceanBase4.2 and aboveDistributed relational database (MySQL compatible)
TiDB8.1.0 and aboveDistributed relational database
DAMENGDM8Domestic database
XiguV11/V12Domestic database
Alibaba Cloud - AnalyticDBMySQLDistributed analytical database
Alibaba Cloud - AnalyticDBPostgreSQLDistributed analytical database
StarRocks3.xDistributed analytical database
ClickHouse22.12 and aboveDistributed columnar database
Hive3.xDistributed analytical database
SQL Server2012/2016 WebMicrosoft's relational database
Databend1.2Open-source cloud-native data warehouse
SelectDB4.0.4Real-time cloud-native data warehouse
Greenplum6.xMPP architecture data warehouse
Doris3.0.5MPP analytical database
MogDB5.0.0Enterprise relational database
Excel File.xlsx/.xls-
CSV File.csvSupports common separators such as commas, tabs, etc.

If your database is not in the above list, please let us know by contacting us, and we will add support as soon as possible.

Basic Requirements for Data Sources

  • For databases: You need to provide connection information for the database, including host address, port number, database name, username, and password.
  • For files: You need to upload the file and ensure that the file format is correct.

Next Steps

To learn how to create and manage these data sources, please refer to the following documents: