You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
Was reading through stackoverflow and I think I have the Scala relations setup correctly
The carrier table is normalized data and should be joined
so I use
And with the sql tracing I get
| SELECT
|
t0
.id
,t0
.devicemcd
,t0
.carrier$id
,t0
.features
,t0
.name
| FROM
|
phone2
| AS
t0
| WHERE
t0
.id
= ?| - 1111
which throws a runtime error
The text was updated successfully, but these errors were encountered: