上一個新的MysqlMySQL _在單個查詢中檢索多個行和列
我想從數據庫中檢索包含StrainName = M18的所有列,但出現錯誤。請在此幫助我
SELECT *
strain.strainName,
feature.contigId,
feature.startPosition,
feature.stopPosition,
feature.orfId,
feature.orfType,
feature.funcClassification,
feature.rastId,
feature.strand
from feature,strain
where feature.id=strain.id and strainName='M18';
錯誤1064(42000):您的SQL語法錯誤;檢查對應於你的MySQL服務器版本使用附近的「strain.strainName,feature.contigId,feature.startPosition,feature.stopPosition,FE」在行1
在'*'後加''''。 – 2013-04-23 19:16:38