Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 184 Bytes

File metadata and controls

13 lines (9 loc) · 184 Bytes

Show ResultSet Types:rs

oracle

CREATE VIEW viewA AS  SELECT a, b FROM  tableA;

显示前:

png

显示后:

png