[ROOT] dt FactInternetSale SELECT OrderDate, OrderDate.AWFiscalYear(), SalesAmount, DimCustomer.Name ORDER BY OrderDate DESC > TITLE Internet sales with Fiscal year < SKIP 100 > < TAKE 3 >
3 items
| FactInternetSaleId | OrderDate | OrderDate.AWFiscalYear() | SalesAmount | DimCustomer.Name |
|---|---|---|---|---|
| SO75071_3 | 2025-11-02 | 2025 | 2.29 | Gonzales, Mariah, V |
| SO75072_1 | 2025-11-02 | 2025 | 3.99 | Alexander, Alexandra, M |
| SO75072_2 | 2025-11-02 | 2025 | 32.60 | Alexander, Alexandra, M |
Generated 2025-11-03 14:59:05.431 UTC