MySQL useful Query

Find out total count of row in mysql
select count(user_id) as user_id from ef_user_mst;

Use Not Like in Mysql
select * from table_name where column_name NOT LIKE '%Search_with%';

Share on Google Plus

About Md. Shahzad Alam

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

1 comments: