HELLO WORLD
一、示例
USE sql_store;
SELECT *
FROM customers
-- WHERE customer_id = 1
ORDER BY first_name
二、知识点
USE使用 DBSELECT选择 ColumnFROM选择 TableWHERE筛选ORDER BY排序--注释
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
USE sql_store;
SELECT *
FROM customers
-- WHERE customer_id = 1
ORDER BY first_name
USE使用 DBSELECT选择 ColumnFROM选择 TableWHERE筛选ORDER BY排序--注释