8 lines
90 B
SQL
8 lines
90 B
SQL
select
|
|
transaction_date,
|
|
description,
|
|
category,
|
|
type,
|
|
amount
|
|
from ${databaseName}.chase
|
|
|