SQL SELECT 关键字
SELECT
The SELECT
command is used to select data from a database. The data returned is stored in a result table, called the result set.
以下 SQL 语句从 "Customers" 表中选择 "CustomerName" 和 "City" 列
以下 SQL 语句从 "Customers" 表中选择所有列
The SELECT
command is used to select data from a database. The data returned is stored in a result table, called the result set.
以下 SQL 语句从 "Customers" 表中选择 "CustomerName" 和 "City" 列
以下 SQL 语句从 "Customers" 表中选择所有列
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]