# \#sql

**URL:** https://community.glideapps.com/tag/sql/32.md

[Latest](https://community.glideapps.com/latest.md) · [Categories](https://community.glideapps.com/categories.md) · [Tags](https://community.glideapps.com/tags.md)

---

## [Sql with parameters](https://community.glideapps.com/t/sql-with-parameters/67882)

<div class="topic-metadata">

**Author:** [@rleinen](https://community.glideapps.com/u/rleinen)\
**Replies:** 3\
**Last updated:** [February 9, 2025, 2:59pm UTC](https://community.glideapps.com/t/sql-with-parameters/67882 "2025-02-09T14:59:56Z")

</div>

Is it possible with the new SQL query to pass a parameter to the SQL from within glide? Or is it possible to call a SQL stored procedure or function using the new glide SQL features?

---

## [Supabase Integration](https://community.glideapps.com/t/supabase-integration/78834)

<div class="topic-metadata">

**Author:** [@evazivanovic](https://community.glideapps.com/u/evazivanovic)\
**Replies:** 8\
**Last updated:** [January 9, 2025, 12:11am UTC](https://community.glideapps.com/t/supabase-integration/78834 "2025-01-09T00:11:57Z")

</div>

Hey guys. I have a client that is using Supabase as the backend. I tried connecting Supabase to Glide but for some reason the connection fails. I filled out all the connection data, and reset the password multiple times. …

---

## [Known issues with SQL data sources on legacy Business plans](https://community.glideapps.com/t/known-issues-with-sql-data-sources-on-legacy-business-plans/77857)

<div class="topic-metadata">

**Author:** [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)\
**Replies:** 3\
**Last updated:** [December 11, 2024, 9:52pm UTC](https://community.glideapps.com/t/known-issues-with-sql-data-sources-on-legacy-business-plans/77857 "2024-12-11T21:52:54Z")

</div>

Hello Gliders, We’re aware of two issues with legacy Business plans (“Business 2024”) using SQL data sources. Upgrade modal appears for apps connected to SQL Data Editor crashes when you try to connect a new SQL data …

---

## [Advanced multi-filters with SQL as a data sources](https://community.glideapps.com/t/advanced-multi-filters-with-sql-as-a-data-sources/68695)

<div class="topic-metadata">

**Author:** [@Eden](https://community.glideapps.com/u/Eden)\
**Replies:** 3\
**Last updated:** [September 6, 2024, 3:43am UTC](https://community.glideapps.com/t/advanced-multi-filters-with-sql-as-a-data-sources/68695 "2024-09-06T03:43:21Z")

</div>

Hello fellow gliders! Since we’re unable to filter or group collections based on computed columns with SQL as a data source, we’re unable to build advanced filtering methods as we gliders do… The only way to do so, is …

---

## [Alternative solutions for SQL database](https://community.glideapps.com/t/alternative-solutions-for-sql-database/76121)

<div class="topic-metadata">

**Author:** [@julana](https://community.glideapps.com/u/julana)\
**Replies:** 3\
**Last updated:** [September 5, 2024, 2:08pm UTC](https://community.glideapps.com/t/alternative-solutions-for-sql-database/76121 "2024-09-05T14:08:12Z")

</div>

Good morning. I recently connected my SQL database to Glide, and I saw that it behaves in the same way as BigTable. The thing is that on the front end, I need to bring in relation and/or search columns. How can I do th…

---

## [Drag (down) to Reload](https://community.glideapps.com/t/drag-down-to-reload/75139)

<div class="topic-metadata">

**Author:** [@Eden](https://community.glideapps.com/u/Eden)\
**Replies:** 0\
**Last updated:** [July 24, 2024, 4:22pm UTC](https://community.glideapps.com/t/drag-down-to-reload/75139 "2024-07-24T16:22:02Z")

</div>

Hi! With data sources other than Glide tables, data reloads sporadically and not live, unlinke glide tables which pushes the data to the app even if you didn’t refresh the page (which is amazing). I work a lot with hig…

---

## [Integration between Glide and MySQL on Azure through a firewall](https://community.glideapps.com/t/integration-between-glide-and-mysql-on-azure-through-a-firewall/73595)

<div class="topic-metadata">

**Author:** [@heidikruger](https://community.glideapps.com/u/heidikruger)\
**Replies:** 3\
**Last updated:** [May 24, 2024, 4:05am UTC](https://community.glideapps.com/t/integration-between-glide-and-mysql-on-azure-through-a-firewall/73595 "2024-05-24T04:05:54Z")

</div>

Hi Has anyone tried the MySQL integration between Glide and MySQL on Microsoft Azure? We use a firewall and have to whitelist our IP addresses to connect. Thank you for your time!

---

## [How to write relative to a user in code inside SQl (Postgresql) Custom query](https://community.glideapps.com/t/how-to-write-relative-to-a-user-in-code-inside-sql-postgresql-custom-query/72950)

<div class="topic-metadata">

**Author:** [@Bilol](https://community.glideapps.com/u/Bilol)\
**Replies:** 5\
**Last updated:** [May 2, 2024, 1:53am UTC](https://community.glideapps.com/t/how-to-write-relative-to-a-user-in-code-inside-sql-postgresql-custom-query/72950 "2024-05-02T01:53:34Z")

</div>

I need to create a report for each employee; the main database is in SQL (Postgresql) and the table with users is in the Glide table itself Problem: If the report is made on the user’s table, then the calculated col…

---

## [Help someone who has experience with SQL tables (Postgresql), Do you have any workarounds for restrictions on computed columns?](https://community.glideapps.com/t/help-someone-who-has-experience-with-sql-tables-postgresql-do-you-have-any-workarounds-for-restrictions-on-computed-columns/72894)

<div class="topic-metadata">

**Author:** [@Bilol](https://community.glideapps.com/u/Bilol)\
**Replies:** 3\
**Last updated:** [April 29, 2024, 11:10am UTC](https://community.glideapps.com/t/help-someone-who-has-experience-with-sql-tables-postgresql-do-you-have-any-workarounds-for-restrictions-on-computed-columns/72894 "2024-04-29T11:10:07Z")

</div>

These are the obstacles that appear in the computed column “Rollup”

---

## [Help someone who has experience with SQL tables (Postgresql), "set column value" in the users table is not working](https://community.glideapps.com/t/help-someone-who-has-experience-with-sql-tables-postgresql-set-column-value-in-the-users-table-is-not-working/72726)

<div class="topic-metadata">

**Author:** [@Bilol](https://community.glideapps.com/u/Bilol)\
**Replies:** 6\
**Last updated:** [April 19, 2024, 2:41pm UTC](https://community.glideapps.com/t/help-someone-who-has-experience-with-sql-tables-postgresql-set-column-value-in-the-users-table-is-not-working/72726 "2024-04-19T14:41:33Z")

</div>

I replaced the users table from the Glide table with a SQL table. and now the “set column value” is not working Do you think it was worth changing the user table to SQL table?

---

## [Custom filter with numeric values in SQL Source](https://community.glideapps.com/t/custom-filter-with-numeric-values-in-sql-source/71905)

<div class="topic-metadata">

**Author:** [@Eden](https://community.glideapps.com/u/Eden)\
**Replies:** 2\
**Last updated:** [March 22, 2024, 1:24am UTC](https://community.glideapps.com/t/custom-filter-with-numeric-values-in-sql-source/71905 "2024-03-22T01:24:55Z")

</div>

Hi! I’m trying to filter my Data based on custom filters. The problem: The filter primary ID’s are numbers. Which means that I can’t do “if value contains,” only equals- which would mean results are empty if one of the…

---

## [Supabase (PostgresSQL) Image Upload](https://community.glideapps.com/t/supabase-postgressql-image-upload/71273)

<div class="topic-metadata">

**Author:** [@mikec](https://community.glideapps.com/u/mikec)\
**Replies:** 8\
**Last updated:** [March 2, 2024, 7:19pm UTC](https://community.glideapps.com/t/supabase-postgressql-image-upload/71273 "2024-03-02T19:19:09Z")

</div>

Hey folks, I’m looking for insights from those working with SQL data on how you manage images within your application. My backend is on Supabase, with image storages. I’ve experimented with the image upload component in…

---

## [Resources for learning and working with SQL data](https://community.glideapps.com/t/resources-for-learning-and-working-with-sql-data/71098)

<div class="topic-metadata">

**Author:** [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)\
**Replies:** 1\
**Last updated:** [February 26, 2024, 11:20pm UTC](https://community.glideapps.com/t/resources-for-learning-and-working-with-sql-data/71098 "2024-02-26T23:20:01Z")

</div>

SQL data sources let you build powerful Glide apps on top of your existing databases, like custom GUI frontends that work on any device. We’re using this post to curate some of the best resources for learn…

---

## [SQL data sources now in beta 🎉](https://community.glideapps.com/t/sql-data-sources-now-in-beta/67291)

<div class="topic-metadata">

**Author:** [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)\
**Replies:** 15\
**Last updated:** [November 16, 2023, 5:59pm UTC](https://community.glideapps.com/t/sql-data-sources-now-in-beta/67291 "2023-11-16T17:59:05Z")

</div>

Build powerful custom apps and interfaces on top of your existing SQL data sources, including MySQL, PostgreSQL, SQL Server, and Google Cloud SQL. With these new connections, you can: Grant read-write access to entire…

---

## [Recap: Building Glide apps on SQL data](https://community.glideapps.com/t/recap-building-glide-apps-on-sql-data/67484)

<div class="topic-metadata">

**Author:** [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)\
**Replies:** 15\
**Last updated:** [November 10, 2023, 6:11pm UTC](https://community.glideapps.com/t/recap-building-glide-apps-on-sql-data/67484 "2023-11-10T18:11:15Z")

</div>

This week’s Glide Next session covered the beta launch of our SQL data sources. I was joined by @Yasin\_Hassanien, who shared great demos of PostgreSQL and Google Cloud SQL. Skim the recap blog post Watch the replay on …

---

## [Problems with PostgreSQL connection](https://community.glideapps.com/t/problems-with-postgresql-connection/67411)

<div class="topic-metadata">

**Author:** [@Dreamskills\_Academy](https://community.glideapps.com/u/Dreamskills_Academy)\
**Replies:** 1\
**Last updated:** [October 31, 2023, 11:44pm UTC](https://community.glideapps.com/t/problems-with-postgresql-connection/67411 "2023-10-31T23:44:31Z")

</div>

Hi, I am trying to connect to Postgresql server but getting this error message: An unknown error was encountered when connecting to database: sfon.kz:5432, error: The server does not support SSL. I checked, the server…
