Generally speaking, MindsDB SQL attempts to follow the syntax conventions of MySQL and PostgreSQL. The following sections describe some common conventions of MindsDB SQL.
Identifiers (databases, tables, and column names) with special characters or reserved words must use the backtick ”`”:
String values are represented by single and double quotes:
SQL statements can be nested with parentheses:
Generally speaking, MindsDB SQL attempts to follow the syntax conventions of MySQL and PostgreSQL. The following sections describe some common conventions of MindsDB SQL.
Identifiers (databases, tables, and column names) with special characters or reserved words must use the backtick ”`”:
String values are represented by single and double quotes:
SQL statements can be nested with parentheses: