SQL with tables

Greetings,
I’m really enjoying working through CSP Unit 5 - Building Apps ('18-'19) with my students. Is it possible to run SQL queries with the tables/data?

I appreciate your help!

Anyone know either way on this?

Hey @philhartman if you read the documentation for the “readRecords” block there is a way to filter the rows you pull down from your table. There’s no full SQL syntax, however.

Hope that helps!