thaicosmic.com

หนัง

วันพฤหัสบดีที่ 25 ตุลาคม พ.ศ. 2561

e

#


# deb cdrom:[Ubuntu-Server 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1)]/ trusty main restricted

# deb cdrom:[Ubuntu-Server 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://old-releases.ubuntu.com/ubuntu trusty main restricted
deb-src http://old-releases.ubuntu.com/ubuntu trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu trusty-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu trusty universe
deb-src http://old-releases.ubuntu.com/ubuntu trusty universe
deb http://old-releases.ubuntu.com/ubuntu trusty-updates universe
deb-src http://old-releases.ubuntu.com/ubuntu trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://old-releases.ubuntu.com/ubuntu trusty multiverse
deb-src http://old-releases.ubuntu.com/ubuntu trusty multiverse
deb http://old-releases.ubuntu.com/ubuntu trusty-updates multiverse
deb-src http://old-releases.ubuntu.com/ubuntu trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse

deb http://old-releases.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://old-releases.ubuntu.com/ubuntu trusty-security main restricted
deb http://old-releases.ubuntu.com/ubuntu trusty-security universe
deb-src http://old-releases.ubuntu.com/ubuntu trusty-security universe
deb http://old-releases.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://old-releases.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu trusty main
# deb-src http://extras.ubuntu.com/ubuntu trusty main

วันจันทร์ที่ 22 ตุลาคม พ.ศ. 2561

วันอาทิตย์ที่ 21 ตุลาคม พ.ศ. 2561

idm torrent

magnet:?xt=urn:btih:55E19C67C850B6FAFAC61B8316C23DAB26093A52&dn=IDM+6.31+Build+9+incl+Patch+%5B32bit+%2B+64bit%5D+Fake+Serial+Fixed+%5BCrackingPatching%5D&tr=udp%3A%2F%2F9.rarbg.com%3A2730%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2800%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2750%2Fannounce&tr=udp%3A%2F%2Feddie4.nl%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.sktorrent.net%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.zer0day.to%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fcoppersurfer.tk%3A6969%2Fannounce

วันอังคารที่ 9 ตุลาคม พ.ศ. 2561

hdc person temporary full with grave

DROP TEMPORARY TABLE IF EXISTS `person`;
CREATE TEMPORARY TABLE `person`
SELECT
  `person`.`HOSPCODE` ,
  `person`.`CID` ,
  `person`.`PID` ,
  `person`.`HID` ,
  `person`.`PRENAME` ,
  `person`.`NAME` ,
  `person`.`LNAME` ,
  `person`.`HN` ,
  `person`.`SEX` ,
  `person`.`BIRTH` ,
  `person`.`MSTATUS` ,
  `person`.`OCCUPATION_OLD` ,
  `person`.`OCCUPATION_NEW` ,
  `person`.`RACE` ,
  `person`.`NATION` ,
  `person`.`RELIGION` ,
  `person`.`EDUCATION` ,
  `person`.`FSTATUS` ,
  `person`.`FATHER` ,
  `person`.`MOTHER` ,
  `person`.`COUPLE` ,
  `person`.`VSTATUS` ,
  `person`.`MOVEIN` ,
  `person`.`DISCHARGE` ,
  `person`.`DDISCHARGE` ,
  `person`.`ABOGROUP` ,
  `person`.`RHGROUP` ,
  `person`.`LABOR` ,
  `person`.`PASSPORT` ,
  `person`.`TYPEAREA` ,
  `person`.`D_UPDATE` ,
  `person`.`TELEPHONE` ,
  `person`.`MOBILE` ,
  `person`.`HDC_DATE`
WHERE
  `person`.`HOSPCODE` = '03301';
SELECT * FROM `person`;

hdc person temporary full

DROP TEMPORARY TABLE IF EXISTS person;
CREATE TEMPORARY TABLE person
SELECT
  person.HOSPCODE ,
  person.CID ,
  person.PID ,
  person.HID ,
  person.PRENAME ,
  person.NAME ,
  person.LNAME ,
  person.HN ,
  person.SEX ,
  person.BIRTH ,
  person.MSTATUS ,
  person.OCCUPATION_OLD ,
  person.OCCUPATION_NEW ,
  person.RACE ,
  person.NATION ,
  person.RELIGION ,
  person.EDUCATION ,
  person.FSTATUS ,
  person.FATHER ,
  person.MOTHER ,
  person.COUPLE ,
  person.VSTATUS ,
  person.MOVEIN ,
  person.DISCHARGE ,
  person.DDISCHARGE ,
  person.ABOGROUP ,
  person.RHGROUP ,
  person.LABOR ,
  person.PASSPORT ,
  person.TYPEAREA ,
  person.D_UPDATE ,
  person.TELEPHONE ,
  person.MOBILE ,
  person.HDC_DATE
WHERE
  person.HOSPCODE = '03301';
SELECT * FROM person;

hdc person temporary

DROP TEMPORARY TABLE IF EXISTS person;
CREATE TEMPORARY TABLE person
SELECT
  HOSPCODE ,
  CID ,
  PID ,
  HID ,
  PRENAME ,
  NAME ,
  LNAME ,
  HN ,
  SEX ,
  BIRTH ,
  MSTATUS ,
  OCCUPATION_OLD ,
  OCCUPATION_NEW ,
  RACE ,
  NATION ,
  RELIGION ,
  EDUCATION ,
  FSTATUS ,
  FATHER ,
  MOTHER ,
  COUPLE ,
  VSTATUS ,
  MOVEIN ,
  DISCHARGE ,
  DDISCHARGE ,
  ABOGROUP ,
  RHGROUP ,
  LABOR ,
  PASSPORT ,
  TYPEAREA ,
  D_UPDATE ,
  TELEPHONE ,
  MOBILE ,
  HDC_DATE
FROM person
WHERE
  HOSPCODE = '03301';
SELECT * FROM person;