I am trying to query my data (SELECT * FROM AspNetUsers) in dataclips, however it's throwing an error message :
Dataclip Error ERROR: relation "aspnetusers" does not exist from AspNetUsers;
I would like to add that the table AspNetUsers is created using Asp.net EnitityFramworkCore and can successfully add and retrieve data from my local console app however when every I tried to query data from Heroku dataclip it is throwing an error which I have mentioned above.
The error message image is attached please check it out.