Skip to content

Commit

Permalink
Merge pull request #208 from MikroElektronika/wip/marko.lukic/databas…
Browse files Browse the repository at this point in the history
…e_query_update

Added new query file
  • Loading branch information
StrahinjaJacimovic authored Dec 6, 2024
2 parents 026013d + f5735ee commit bc7f5fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions utils/databases/queries/SDKForCompiler.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SELECT
*,
uid AS item_uid,
(name || char(10) || version) AS item_title
FROM
SDKs
WHERE
SDKs.uid IN (
SELECT
sdk_uid
FROM
SDKToCompiler
WHERE
compiler_uid = "%1"
)

0 comments on commit bc7f5fa

Please sign in to comment.