6 lines
83 B
MySQL
6 lines
83 B
MySQL
|
SELECT
|
||
|
id,
|
||
|
retentionRate rate,
|
||
|
retentionName name
|
||
|
FROM invoiceInConfig;
|