Find authors with age under 40 in my postgresql table
I have the following table with one row. I have tried to query this table to return authors under the age of 40 and have been unable to do so. CREATE TABLE bookstuff ( data JSON ); insert into bookstuff(data)…