kythuat
  • Export và Import table big data dùng CMD
  • Export dùng MSSM và Import bằng CMD (SQL)
  • Export và Import table big data SQL dùng CMD
  • Fix Data hay table SQL bị lỗi suspect
  • Xử lý dữ liệu Sivip.Web
  • Code SQL check
  • Dò data và Fix data SQL Suspect
  • Code lấy info Sivip.Web
  • Tải SQL Server 2021 full
  • Kiểm tra Data nào chiếm nhiều CPU
  • Xóa toàn bộ rác Windows
  • Code check số dòng Sivip theo đơn vị
  • Code SQL
  • Copy CTGS + CDTK
  • Code SQL tính dung lượng table trong SQL
  • Update mã CCDC cộng thêm mã đơn vị cơ sở
  • Insert xdmct từ dmdvcs
  • Check giá thành sản phẩm
  • Backup và restore IIS
  • Xóa số liệu Sivip Online
  • Check giá thành sản phẩm
  • Odoo
Powered by GitBook
On this page

Was this helpful?

Update mã CCDC cộng thêm mã đơn vị cơ sở

update ctdmcc set so_the_ts =  '0093' + rtrim(Ltrim(so_the_ts)) where so_the_ts in (select so_the_ts from dmcc where ma_dvcs = '0093')

update ctkhcc set so_the_ts =  '0093' + rtrim(Ltrim(so_the_ts)) where so_the_ts in (select so_the_ts from dmcc where ma_dvcs = '0093')
UPDATE dmcc set so_the_ts =  rtrim(ltrim(ma_dvcs))+ rtrim(Ltrim(so_the_ts)) where ma_dvcs = '0093'


SELECT * FROM DMCC order by ma_dvcs

SELECT * FROM DMCC where ma_dvcs = '0093    '
PreviousCode SQL tính dung lượng table trong SQLNextInsert xdmct từ dmdvcs

Last updated 4 years ago

Was this helpful?