6 lines
70 B
MySQL
6 lines
70 B
MySQL
|
|
select
|
||
|
|
date,
|
||
|
|
description,
|
||
|
|
type,
|
||
|
|
amount
|
||
|
|
from ${databaseName}.first_bank
|