EC-CUBE / EC-CUBE/custom-csv-export-plugin

テーブル結合時、項目名が被ると片方のみしか表示されない。

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

## 概要
テーブル結合時、項目名が被ると片方のみしか表示されません。

## 具体例
```
p.*, c.* from dtb_product p
inner join dtb_product_class c on c.product_id = p.product_id
```

## その他
回避策として、項目を指定し別名をつけることに対応は可能。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.