deleted the collate
This commit is contained in:
parent
5ac1a65e90
commit
838628c7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ with
|
||||||
)
|
)
|
||||||
select
|
select
|
||||||
id_exchange_rate as id_exchange_rate,
|
id_exchange_rate as id_exchange_rate,
|
||||||
from_currency collate "en_US.utf8" as from_currency,
|
from_currency as from_currency,
|
||||||
to_currency as to_currency,
|
to_currency as to_currency,
|
||||||
rate as rate,
|
rate as rate,
|
||||||
rate_date_utc as rate_date_utc,
|
rate_date_utc as rate_date_utc,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue