2021. már 29.

Access Create and Insert

írta: dataanalyticsdemo
Access Create and Insert

Action queries deserve more attention

Let's keep track of all my 40 cats: insert into MyPets values (1, "Fluffy", 8, "Brown", "")Change the age: update MyPets set petAge = 9 where petID = 1 insert into subList (values(2, "Timmy"), (3, "Fishy"), (4,"Catty"), (5,"Labrador"))

Tovább Szólj hozzá

Access SQL

2021. már 26.

Trying to explore a dataset in MS Access

írta: dataanalyticsdemo
Trying to explore a dataset in MS Access

The stuff of nightmares

Order IDs: Unique vs Distinct: Seriously, it does not support count(distinct ID)..?!  select [Sub-Category], round(sum(profit))from ordersgroup by [Sub-Category]order by sum(profit) desc Better do something with those tables. SELECT year(order_date),round(sum(profit))from orders…

Tovább Szólj hozzá

Access SQL

süti beállítások módosítása