94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
9 lines
299 B
Bash
9 lines
299 B
Bash
bteq << 'SQL part' | grep '\\$'| read start_dt_ya start_dt end_dt_ya end_dt
|
|
-- SQL code here
|
|
select '$',start_date- '1 year', start_date ....
|
|
SQL part
|
|
|
|
bteq <<SQL | grep '\\$'| read start_dt_ya start_dt end_dt_ya end_dt
|
|
-- SQL code here
|
|
select '$',start_date- '1 year', start_date ....
|
|
SQL
|