LW9wZW5pbnN0YWxsLXBiLTExODA3OTkwODc2MjkxLQ==
创建视图的sql代码贴出来
CREATE view testView as select b.id,b.username from student b ;这样创建视图,你这个是什么