bambam22
DTDrizzle Team
•Created by bambam22 on 12/27/2023 in #help
Is it possible to pass sub query to `from`?
Ignore this
7 replies
DTDrizzle Team
•Created by bambam22 on 12/27/2023 in #help
Is it possible to pass sub query to `from`?
The type is not assignable
7 replies
DTDrizzle Team
•Created by bambam22 on 12/27/2023 in #help
Is it possible to pass sub query to `from`?
7 replies
DTDrizzle Team
•Created by bambam22 on 12/27/2023 in #help
Is it possible to pass sub query to `from`?
Not sure what's going on here, this is my subquery but the .from won't accept it
7 replies
DTDrizzle Team
•Created by bambam22 on 12/27/2023 in #help
Is it possible to pass sub query to `from`?
Thank youuuuuu
7 replies
DTDrizzle Team
•Created by bambam22 on 12/27/2023 in #help
Use `getTableColumns` with `groupBy`
Oh thanks!
3 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
Well that was a trip, thanks so much for your help!
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
okay okay okay, I think we've got it!
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
like, it should just be creating that column on the query
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
But why is it looking at
platforms
as a column I guess is my question?61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
So why would that table not exist
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
well i was thinking that the only reference to
platforms
was the key but that's dumb, the actual table is platforms
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
So, the
PlatformsTable
is but I'm just not sure about the key platforms:
in your select61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
i wonder why my query would be blowing up on that
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
You just had
something
hmmmm61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
Well, in your example query it doesn't seem to care about your key at all
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
Well yeah but like, the GamesTable doesn't have a platforms column on it. The platforms are coming from a join table
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
Any ideas?
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
But I'm getting the following error
column "platforms" does not exist at eval
61 replies
DTDrizzle Team
•Created by bambam22 on 11/26/2023 in #help
Map casing when using sql`` operator
Things are looking better, I'm just not sure about that
platforms
definition, here is what I have so far
61 replies