oracle – 你可以选择一切,但1或2字段,没有作家的抽筋?
发布时间:2020-12-12 14:10:44 所属栏目:百科 来源:网络整理
导读:在PLSQL中,有可能选择表中除1或2之外的所有字段,而不必指定所需的字段? 例如,employee表有以下字段: id firstname lastname 爱好 仍然可以编写类似的查询 select * from employee 同时留下场爱好,而不必写这样的东西? select id,firstname,lastname f
在PLSQL中,有可能选择表中除1或2之外的所有字段,而不必指定所需的字段?
例如,employee表有以下字段: > id 仍然可以编写类似的查询 select * from employee 同时留下场爱好,而不必写这样的东西? select id,firstname,lastname from employee否 – you either get all fields ( * ) OR specify the fields you want。 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |