Minat Kumar Verma
Results
2
comments of
Minat Kumar Verma
Formatting : SELECT MAX(D_Fiscal_period) FROM mip.mip_filter_period WHERE D_Sales_data_type IN ('SELL-IN') AND D_Period_type_desc IN ('Quarter') Gave the result SELECT max(d_fiscal_period) FROM mip.mip_filter_period WHERE d_sales_data_type IN ('SELL-IN') AND d_period_type_desc IN ('Quarter') Every...
Any work around can you suggest to overcome this ?