Level 75
If you are new to programming you should seriously consider taking a SQL basic course or tutorial.
http://www.mysqltutorial.org/basic-mysql-tutorial.aspx
"select count (id) as mycount from table where name ..."
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, how to get count from select query ? Example.
table where name like %aa%; == '$table=DB::table('table')->where('number','LIKE', '%аа%')'i am sorry, i have bad English;
Please or to participate in this conversation.