แสดงกระทู้

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 - poopae_007

หน้า: [1]
1
กำลัง D/L ครับ ขอบคุณครับ............................ ;D

2
ไปเจอตัวอย่าง sql นี้ใน unkle goo (google) ไม่แน่ใจว่าจะใช้ได้มั้ย พอดีผมไม่มีฐานข้อมูลให้ลองเล่นครับ

การนำข้อมูลสิทธิการรักษาจาก hipdata เข้ามาใส่ใน person
· พิมพ์ delete from hipdata กดปุ่ม Exec
· กดปุ่ม Open เรียกไปที่ไฟล์ hipdata_7105.cds พอได้ข้อมูลมาครบ ให้กดปุ่ม Append ....... เพื่อนำข้อมูลประชากรในตำบลเข้าในตาราง hipdata
· พิมพ์ update person left outer join hipdata on hipdata.cid=person.cid set person.pttype=(select hipdata.pttype from hipdata where hipdata.cid=person.cid) where person.cid=hipdata.cid
· พิมพ์ update person left outer join hipdata on hipdata.cid=person.cid set person.pttype_begin_date=(select datein from hipdata where hipdata.cid=person.cid) where person.cid=hipdata.cid
· พิมพ์ update person left outer join hipdata on hipdata.cid=person.cid set person.pttype_expire_date=(select dateexp from hipdata where hipdata.cid=person.cid) where person.cid=hipdata.cid
· พิมพ์ update person left outer join hipdata on hipdata.cid=person.cid set person.pttype_hospmain=(select hospmain from hipdata where hipdata.cid=person.cid) where person.cid=hipdata.cid
· พิมพ์ update person left outer join hipdata on hipdata.cid=person.cid set person.pttype_hospsub=(select hospsub from hipdata where hipdata.cid=person.cid) where person.cid=hipdata.cid
· พิมพ์ update person left outer join hipdata on hipdata.cid=person.cid set person.pttype_no=(select cardid from hipdata where hipdata.cid=person.cid) where person.cid=hipdata.cid


3

อนุโรจน์ วิสุทธิ์เจริญพร

โรงพยาบาลบ้านค่าย

กำลังจะขึ้นระบบ Hosxp เดือนหน้า.............................. ???

// แปะรูปภาพ อย่างไรครับ................. :(

ขอบคุณครับ ......................... ;D

4
เมื่อตอนบ่าย กำลังคิดว่าจะ update รายการเวชภัณฑ์ ใน nondrugitems ที่ set ยกเลิกการใช้ไว้ยังไงดี เพราะมันหลาย record ....พอดีเจอที่ อ.นาจ เขียน sql ข้างต้นไว้ เลยลอง applyดังนี้ครับ

update nondrugitems set istatus = 'Y' where istatus = 'N'

ได้ผลครับ.......................... ;D

เผื่อมีประโยชน์ไป apply อย่างอื่นครับ

อนุโรจน์ วิสุทธิ์เจริญพร

โรงพยาบาลบ้านค่าย

กำลังจะขึ้นระบบ Hosxp เดือนหน้า.............................. ???

// แปะรูปภาพ อย่างไรครับ................. :(

หน้า: [1]