แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Innera

หน้า: [1]
1
Check Charset แล้วยังไม่หายครับ เดียวจะลองอัพMysqlดู

2
hosxp ขึ้น
error while create function get_serialnumber illegal mix of collations (tis620_thai_ci implicit) and (latin1_swedish_ci implicit) for operation '='

ตามรูปเลยครับ ลองแก้ตามกระทู้
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=20261.0;prev_next=next

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=3212.0;prev_next=next

ก็ยังไม่หาย รบกวนแนะนำด้วยครับ

3
แจ้งปัญหา / ขอความช่วยเหลือ / Re: range check error
« เมื่อ: กรกฎาคม 29, 2013, 11:36:34 AM »
ขอบคุณครับ :D

4
แจ้งปัญหา / ขอความช่วยเหลือ / range check error
« เมื่อ: กรกฎาคม 29, 2013, 09:38:20 AM »
ทำรายงานเกี่ยวกับการรอเวลาของห้องแล๊บ แล้วเจอปัญหา range check error ครับ
ไม่ทราบว่ามีวิธีแก้ไขยังไงบ้างครับ
ลองทำตามกระทูนี้ดูแล้วไม่หาย
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=187.0
โค้ดที่ใช้ครับ
อ้างถึง
SELECT p.hn,concat(p.pname,p.fname,"  ",p.lname) as ptname,l.form_name,l.department,
l.order_time,l.report_time, sec_to_time(time_to_sec(l.report_time)-time_to_sec(l.order_time)) as watingtime
FROM lab_head l
left outer join patient p on p.hn=l.hn
where l.order_date between "2013-01-01" and "2013-01-31" o
rder by l.department,l.form_name;

หน้า: [1]