มิถุนายน 2013
จ. อ. พ. พฤ. ศ. ส. อา.
    ก.ค. »
 12
3456789
10111213141516
17181920212223
24252627282930
มิถุนายน 2013
จ. อ. พ. พฤ. ศ. ส. อา.
    ก.ค. »
 12
3456789
10111213141516
17181920212223
24252627282930

คลังเก็บรายวัน: มิถุนายน 24, 2013

แก้ไขข้อมูล กรุ๊ปเลือดที่ update ผิด

update patient as p join patient_notebook as pn on pn.hn=p.hn
set p.bloodgrp = pn.bloodgrp

ดูข้อมูล นค.1

select v.* from vn_stat v
left outer join ovst o on o.vn = v.vn
where v.pttype in (’03’)
and v.vstdate between ‘2013-06-01’ and ‘2013-06-30′ and v.hospmain=’10917′ and o.an is null
order by v.vn

 

select v.* from vn_stat v
left outer join ovst o on o.vn = v.vn
where v.pttype in (’03’)
and v.vstdate between ‘2013-06-01’ and ‘2013-06-30’ and v.hospmain not in(‘10917′) and o.an is null
order by v.vn

 

select concat(pt.pname,pt.fname,’ ‘,pt.lname)as name,o.*,v.*
from vn_stat v
left outer join ovst o on o.vn = v.vn
left outer join patient pt on o.hn=pt.hn
where v.pttype in (’06’,’07’,’14’,’16’,’18’,’21’,’23’,’27’,’29’,’31’,’33’,’40’,’44’,’45’,’46’,’48’,’51’,’53’,’55’,’57’,’59’,’61’,’64’,’66’,’69’,’70’,’72’,’90’)
and v.vstdate between ‘2013-06-01’ and ‘2013-06-30’
and v.hospmain in (‘10668′,’22302′,’11494′,’10915′,’10916′,’10918′,’10919′,’10920′,’10921′,’10922′,’10923′,’10924′,’10925′,’10926’)
and o.an is null

update ข้อมูล Person

update person set pname=’ด.ช.’ where pname=’เด็กชาย’

แก้ไข person ที่เป็น เด็กชาย ให้เป็น ด.ช. เพื่อการส่งออก เป็นรหัส 001 จากเดิมเป็น 1

 

update person set blood_group=’äÁè·ÃÒºËÁÙèàÅ×Í´’ where blood_group is null

กรุปเลือด ที่เป็นค่าว่าง