Coder Social home page Coder Social logo

docs's Issues

pemberitahuan

Dear sir ,my name joko purwanto male birth 30 maret 1970 from indonesia city Blora propenci jawa tengah post kode 58254 add my account BNI 46 BNINIDJASMG 0954380327- USD joko purwanto number B8967514 Republik of Indonesia on behalf of joko purwanto legal

Regular API Queries

Can dune make queries to normal API endpoints, or is it strictly for querying from blockchains?

Not sure this is the place to ask, but I wasn't able to find any info about this in the docs or anywhere else.

No working a query on v2 Dune SQL

I have an issue for the following v2 dune sql.
Given correlated subquery is not supported
if I remove "where" statement, then no error.
But it's worked before for the deprecated queries.

select
            h.day
            ,(select evt_tx_hash from all_events where evt_block_time <=  h.day limit 1) as hash
from 
            unnest(SEQUENCE(timestamp '2022-05-20 00:00', CURRENT_DATE, interval '1' day) )  AS h(day)

[Bug?] Example doesn't work

```sql
SELECT * FROM information_schema.columns
WHERE table_schema = 'dune_upload'
AND table_name = 'energy_data';
```

I tried running this query to get an idea of dune_uploaded tables, but it looks like we can't query the information schema anymore...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.