I have a table with rides information
It has many columns like pick up, drop-off, passengers, driver, amount e.t.c
I am using API to get filtered data, as
n
Needle
07/20/2022, 9:02 AM
Hello @Siddharth!
This thread has been automatically created from your message in #843999948717555735 a few seconds ago.
We have already mentioned the @User so that they can see your message and help you as soon as possible!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates.
Want to change the title?
Use the ``/title`` command!
We have solved your problem?
Click the button below to archive it.
s
Siddharth
07/20/2022, 9:03 AM
But Id is working, returns data of specific Id but dropoff or any other search value not working
n
Needle
07/20/2022, 9:06 AM
Thread was archived by @Siddharth. Anyone can send a message to unarchive it.
s
Siddharth
07/20/2022, 9:09 AM
As u can see in yellow background api not working and gives a error below,
Again in first image when Id is used it sents filtered row,
I have attached my tables columns with its data and type,
Thanks
s
silentworks
07/20/2022, 12:45 PM
Look at the case of the column name, we suggest you to use snake_case always because other cases have issue when using Postgres unless you wrap them with quotes. But your query is using the wrong case for your column name.