I’ve set up oracle search now. But I don’t know how to filter search? select * from t_table1 where companyid=? like this sql, one user can only search his own companyid, how to filter the companyid?
He can also select from begin time 2018-02-01 to end time 2018-02-02 to search. How to make it?