File: 218_multiple_c_comments.sql

package info (click to toggle)
sqlfmt 0.29.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,580 kB
  • sloc: python: 10,007; sql: 5,626; makefile: 39
file content (15 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SELECT t.customer_sk AS `Customer_IdDWH`, t.customer_id AS `Customer_IdOrig`, t.__identity AS `CustomerCreditLimit_Agg_IdDWH`, t.kreditlimit_intern /* not existing, proposal: credit_limit_intern (92%) */ AS `KreditlimitIntern`, t.kreditlimit_versichert /* not existing */ AS `KreditlimitVersichert`, t.valid_from /* not existing */ AS `ValidFrom`, t.valid_to /* not existing */ AS `ValidTo` FROM `gold`.`dim_customer_credit_limit_agg` AS t
)))))__SQLFMT_OUTPUT__(((((
select
    t.customer_sk as `Customer_IdDWH`,
    t.customer_id as `Customer_IdOrig`,
    t.__identity as `CustomerCreditLimit_Agg_IdDWH`,
    t.kreditlimit_intern  /* not existing, proposal: credit_limit_intern (92%) */
    as `KreditlimitIntern`,
    t.kreditlimit_versichert  /* not existing */
    as `KreditlimitVersichert`,
    t.valid_from  /* not existing */
    as `ValidFrom`,
    t.valid_to  /* not existing */
    as `ValidTo`
from `gold`.`dim_customer_credit_limit_agg` as t