Value := GetSQLStringData ( 'select count(distinct o.hn) as total from ovst o'+
'left outer join patient p on p.hn=o.hn'+
'left outer join clinicmember c on c.hn=o.hn'+
'where o.vstdate between "2009-10-01" and "2009-10-31"'+
'and c.clinic = "001"'+
'and p.chwpart = "36"'+
'and p.amppart = "10"'+
'and p.tmbpart = "01"');
ค่ามันไม่ออกอะครับ
เอาไปใส่ใน SQL Query ค่าก็ออกนะครับ ช่วยชี้แนะทีครับ