1.入门
查询用户所有表注释 select * from user_tab_comments
根据两个值查询 select*from table where 字段 in('value1','value2')