Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema : rarible_v1.ERC1155Sale_v2_evt_Buy - Column : tokenId #121

Closed
dArkjON opened this issue Sep 10, 2020 · 2 comments
Closed

Schema : rarible_v1.ERC1155Sale_v2_evt_Buy - Column : tokenId #121

dArkjON opened this issue Sep 10, 2020 · 2 comments

Comments

@dArkjON
Copy link

dArkjON commented Sep 10, 2020

Hey Guys,
thanks for the fast update and solving Issue #117 😎 👍

This issue is for the new schema : rarible_v1.ERC1155Sale_v2_evt_Buy

I tried to parse a specific token on the Column "tokenId" but i get the same Error anytime...
This is my Query to test it :

SELECT tokenId
FROM rarible_v1."ERC721Sale_v1_evt_Buy"
GROUP BY tokenId

The Error message i get is :

Error running query: column "tokenid" does not exist LINE 1: ...ery Hash: 088b80fbe2b501ac75abf8cdbe67ec38 */ SELECT tokenId ^ HINT: Perhaps you meant to reference the column "ERC721Sale_v1_evt_Buy.tokenId".

It looks like the script try to gather Info from "tokenid" instead of "tokenId" but im not sure🤷‍♂️

Greetings
Jon

@mewwts
Copy link
Member

mewwts commented Sep 11, 2020

Hey Jon,

Using double quotes around the column would solve this "tokenId"

Feel free to join our telegram group at https://t.me/dunefriends to ask questions like these :)

@mewwts mewwts closed this as completed Sep 11, 2020
@darrianussery7
Copy link

darrianussery7 commented Jul 27, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants