Tất cả các bản dịch

Bước tới: chuyển hướng, tìm kiếm

Nhập vào một tên thông điệp phía dưới để hiển thị tất cả các bản dịch hiện có.

Thông điệp

Tìm thấy 2 bản dịch.

Tên thông điệpNội dung hiện thời
 sử Tiếng Anh (en)'''company_3,Boum,True'''

To create the CSV file for persons, linked to companies, we will use the following SQL command in PSQL:

 '''> copy (select 'person_'||id as "External ID",person_name as "Name",'False' as "Is a Company",'company_'||company_id as "Related Company/External ID" from persons) TO '/tmp/person.csv' with CSV'''

It will produce the following CSV file:
 sử Tiếng Việt (vi)'''company_3,Boum,True'''
Để tạo
ra file CSV cho các cá nhân, liên kết với các công ty, chúng tôi sẽ sử dụng các
lệnh SQL sau đây trong PSQL:
 '''> copy (select 'person_'||id as "External ID",person_name as "Name",'False' as "Is a Company",'company_'||company_id as "Related Company/External ID" from persons) TO '/tmp/person.csv' with CSV'''
Nó sẽ
tạo ra các file CSV sau đây:
 '''ID bên ngoài, tên, là một Công ty, Công ty liên quan / ID ngoài'''