select * from col where tname='EMP'; --1242
select * from tab;
select * from acount11;
select * from user_tab_columns where table_name='EMP'; --1242
select cname,coltype,width from col where tname='EMP';
select * from tab;
select * from acount11;
select * from user_tab_columns where table_name='EMP'; --1242
select cname,coltype,width from col where tname='EMP';
本文提供了多个SQL查询示例,包括从不同表中选择所有列及特定列的数据,这些示例展示了如何使用基本的SELECT语句来获取所需信息。
253

被折叠的 条评论
为什么被折叠?



