SQL之检索数据

Python114

1、检索单个列

1 select
2 col_name
3 from
4 table_name;

2、检索多个列

1 select
2 col_name,
3 col_name2
4 from
5 table_name;

3、检索所有列

输入验证码查看隐藏内容

扫描二维码关注本站微信公众号 Johngo学长
或者在微信里搜索 Johngo学长
回复 svip 获取验证码
wechat Johngo学长