[ROOT] dt FactInternetSale SELECT OrderDate, OrderDate.AWFiscalYear(), SalesAmount, DimCustomer.Name ORDER BY OrderDate DESC > < SKIP 111 > < TAKE 3 >
3 items
| FactInternetSaleId | OrderDate | OrderDate.AWFiscalYear() | SalesAmount | DimCustomer.Name |
|---|---|---|---|---|
| SO75063_3 | 2025-11-02 | 2025 | 34.99 | Jai, Zachary, M |
| SO75063_4 | 2025-11-02 | 2025 | 53.99 | Jai, Zachary, M |
| SO75064_1 | 2025-11-02 | 2025 | 3.99 | Zhang, Cara |
Generated 2025-11-03 21:12:15.968 UTC