暂时没用多少,以后慢慢积累
select sysdate from dual
select * from user_tab_columns where table_name ='PIPE_LOAD_TASK' ;
select count(*) from user_tab_columns where table_name ='PIPE_LOAD_TASK' and data_type = 'VARCHAR2'
本文提供了几个SQL查询示例,包括从指定表中选择所有列、计算特定数据类型的记录数等。这些示例有助于理解如何使用SQL进行基本的数据检索。
暂时没用多少,以后慢慢积累
select sysdate from dual
select * from user_tab_columns where table_name ='PIPE_LOAD_TASK' ;
select count(*) from user_tab_columns where table_name ='PIPE_LOAD_TASK' and data_type = 'VARCHAR2'
1万+

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