Is this the expected behavior for tables in a from clause? Are there any options to align these on all under each other with the same indentation?
FROM W_DAY_D T869437 /* Dim_PLD_GL Balance Date (W_DAY_D) */
,
WC_EXCH_RATE_ALL_G T737457 /* Dim_PLD_CurrencyExchange (WC_EXCH_RATE_ALL_G) */
,
WC_PROJECT_COST_DETAIL_F T862635 /* Fact_PLD_ProjectCost (WC_PROJECT_COST_DETAIL_F) */
,
W_XACT_TYPE_D T863097 /* Dim_PLD_ResourceType(W_XACT_TYPE_D) */
,
W_XACT_TYPE_D T863226 /* Dim_PLD_AnalysisType (W_XACT_TYPE_D) */
,
WC_PROPERTY_D T880902 /* Dim_PLD_Property Portfolio(WC_PROPERTY_D) */
Thanks