template / pages /index.md
Archie Wood
edit title
f225edf
|
raw
history blame
1.51 kB
metadata
title: Welcome to Evidence's HuggingFace Demo

This page can be found in your project at /pages/index.md. Make a change to the markdown file and save it to see the change take effect in your browser.

  select
      category
  from needful_things.orders
  group by category
  select 
      date_trunc('month', order_datetime) as month,
      sum(sales) as sales_usd,
      category
  from needful_things.orders
  where category like '${inputs.category.value}'
  and date_part('year', order_datetime) like '${inputs.year.value}'
  group by all
  order by sales_usd desc

What's Next?

Get Support