WSLP0603R0100FEBSTAK 3 N SCHWARZ/BLACKPCF8523T/1,118GRM32EC81C476KE15K2N7002K5-1462037-3BGSA402ML10E6327XTSA1IRF7807ZTRPBFL78L05ABUTRIAUC100N04S6L025ATMA1
select * from pdf where id=203108141 limit 1 [ RunTime:0.002128s ]
select p.id,p.brandid,p.partno,p.brandshort,p.note,p.note_cn,b.brand,b.logo,f.page,f.foldpath,f.foldpath2,f.filename,f.filesize from pdf p
join pdf_brand b on p.brandid=b.id
join pdf_file f on p.pdf_file_id=f.id
where p.partno like'1T1%'
and p.id <> 203108141
order by partno limit 10 [ RunTime:0.003290s ]