oracle 查询不区分大小写

    技术2025-01-08  52

    select * from table_Name where lower(name)=lower('aaa')  ; select * from table_Name where upper(name)=upper('aaa') ;
    最新回复(0)