GRANT SELECT ON table TO user;
Replace table with your database table and user with the user that should get Select privileges
GRANT SELECT ON table TO user;
Replace table with your database table and user with the user that should get Select privileges