% 表示任意多个字符 _ 表示任意一个字符 用法: select * from temp where dt like “2020%”; select * from temp where dt like “2020082_”;