创建单表视图

create view my_table_studentinfo
as
select studentcode,studentnum,name,spell,idtype,idnum,studenttype,drivecartype,status
from my_table_gen_studentinfo
where schoolcode = 'jx00000226'

你可能感兴趣的:(table)