初學php遇見的查詢資料庫語句出錯問題佔記憶體

2021-06-21 11:23:29 字數 555 閱讀 9141

產品

數量<?php

include_once("conn/conn.php");

$goodname=$_post['goodname'];

$goodid=$_post['goodid'];

if($goodname!=""&&$goodid!="")

}else

if(isset($goodname)&&$goodname!=""&&$goodid=="")

} else if(isset($goodid)&&$goodid!="") }

?>

返回選單

上文中$sql="select * from good_db_good where goodid='".$goodid."' and goodname like'%".$goodname."%' ";

注意引號的應用和「.」號的應用,"  ' .$goodid. ' " 和  "  '.$goodname.   ' "在**編輯器中必須顯示為特殊顏色,否則$sql就是錯的,查詢是就會造成佔記憶體

資料庫查詢語句

表示要查詢所有列 select from t student 查詢所有人的姓名資訊 select stu name from t student 查詢張乾的手機號和位址 select stu mobile,stu address from t student where stu name 張乾 查詢...

資料庫 查詢語句

隱式連線 select coursename,teachername from courses inner join teachers on courses.teacherid teahcer.teacherid 等價於顯式連線 select coursename,teachername from ...

查詢資料庫效能的語句

select creation time n 語句編譯時間 last execution time n 上次執行時間 coalesce db name st.dbid db name cast pa.value as int as 資料庫名 total physical reads n 物理讀取總次...