# SQL functions development updates?

**URL:** https://community.glideapps.com/t/sql-functions-development-updates/74575
**Category:** Ask for Help
**Created:** [July 2, 2024, 10:51pm UTC](https://community.glideapps.com/t/sql-functions-development-updates/74575 "2024-07-02T22:51:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mikec](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mikec/32/53291_2.png) [@mikec](https://community.glideapps.com/u/mikec)
#### Post date: [July 2, 2024, 10:51pm UTC](https://community.glideapps.com/t/sql-functions-development-updates/74575/1 "2024-07-02T22:51:54Z")

</div>

Hey folks,

Can anyone working with an sql backend share how to call functions/RPC from glide?

Also, are there any updates or a roadmap regarding sql limitations, such as computed columns and multi-relations?

Thanks so much!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 2, 2024, 11:18pm UTC](https://community.glideapps.com/t/sql-functions-development-updates/74575/2 "2024-07-02T23:18:31Z")

</div>

Do we have any updates on this @NoCodeAndy @DarrenHumphries ?

---

<div class="post-metadata">

### Author: ![DarrenHumphries](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darrenhumphries/32/91715_2.png) [@DarrenHumphries](https://community.glideapps.com/u/DarrenHumphries)
#### Post date: [July 4, 2024, 1:08pm UTC](https://community.glideapps.com/t/sql-functions-development-updates/74575/3 "2024-07-04T13:08:53Z")

</div>

As far as I know, there aren’t any plans to include RPCs.

As for SQL limitations; our priority is first big tables. I assume that SQL limitations may be addressed after that. Of course, with custom queries you can negate a number of those limitations. In one app I built I used a custom query to do calculations in the select statement and then the native SQL table integration for adds and edits.

Sorry I don’t have something more solid for you.

---

<div class="post-metadata">

### Author: ![mikec](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mikec/32/53291_2.png) [@mikec](https://community.glideapps.com/u/mikec)
#### Post date: [July 4, 2024, 5:10pm UTC](https://community.glideapps.com/t/sql-functions-development-updates/74575/4 "2024-07-04T17:10:54Z")

</div>

Awesome, thanks for the update Darren!
