unixtime-to-date.sql 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. select block_no, from_unixtime(created_on) from bcs_block order by created_on desc
  2. limit 10 offset 0;
  3. select txn_hash, from_unixtime(created_on) from bcs_tranxn order by created_on desc
  4. limit 10 offset 0;
  5. CREATE TABLE `dbt_upload_type1` (
  6. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  7. `created_on` int(11) NOT NULL DEFAULT unix_timestamp(),
  8. `list_token` varchar(21) NOT NULL,
  9. `order_by` varchar(32) DEFAULT NULL,
  10. `c1` tinytext DEFAULT NULL,
  11. `c2` tinytext DEFAULT NULL,
  12. `c3` tinytext DEFAULT NULL,
  13. `c4` tinytext DEFAULT NULL,
  14. `c5` tinytext DEFAULT NULL,
  15. `c6` tinytext DEFAULT NULL,
  16. `c7` tinytext DEFAULT NULL,
  17. `c8` tinytext DEFAULT NULL,
  18. `c9` tinytext DEFAULT NULL,
  19. `c10` tinytext DEFAULT NULL,
  20. `c11` tinytext DEFAULT NULL,
  21. `c12` tinytext DEFAULT NULL,
  22. `c13` tinytext DEFAULT NULL,
  23. `c14` tinytext DEFAULT NULL,
  24. `c15` tinytext DEFAULT NULL,
  25. `c16` tinytext DEFAULT NULL,
  26. `c17` tinytext DEFAULT NULL,
  27. `c18` tinytext DEFAULT NULL,
  28. `c19` tinytext DEFAULT NULL,
  29. `c20` tinytext DEFAULT NULL,
  30. `c21` tinytext DEFAULT NULL,
  31. `c22` tinytext DEFAULT NULL,
  32. `c23` tinytext DEFAULT NULL,
  33. `c24` tinytext DEFAULT NULL,
  34. `c25` tinytext DEFAULT NULL,
  35. `c26` tinytext DEFAULT NULL,
  36. `c27` tinytext DEFAULT NULL,
  37. `c28` tinytext DEFAULT NULL,
  38. `c29` tinytext DEFAULT NULL,
  39. `c30` tinytext DEFAULT NULL,
  40. PRIMARY KEY (`id`)
  41. [안경점 포스 특성 DB 컨버젼]
  42. A. MS SQL Server 설치
  43. (DB 컨버젼 시스템 설치 및 테스트)
  44. (1) AWS DB Conversion Station 설치.
  45. (2) MS Windows Server 설치
  46. (3) MS SQL Server 설치
  47. B. 1차 iTech DB 컨버젼
  48. (1) iTech 프로그램 설치
  49. (2) iTech DB 설치 및 분석
  50. (3) Query 작성 및 테스트
  51. (4) Excel Download 테스트
  52. C. 기준 산출물
  53. (1) 기초고객정보
  54. 고객명, 생년월일, 휴대전화, 유선번호, 적립금, 주소
  55. (2) 안경렌즈-검안정보(전체기간)
  56. SPH, CYL, AXIS, 원용PD, ADD
  57. (3) 콘텍트렌즈-검안정보(전체기간)
  58. SPH, DIA, B.C, CYL, AXIS
  59. (4) 판매이력
  60. 고객, 상품 구매이력, 고객방문 기록