Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't allow two SQL function call on the same line #1

Open
ryantam626 opened this issue Apr 24, 2023 · 2 comments
Open

Don't allow two SQL function call on the same line #1

ryantam626 opened this issue Apr 24, 2023 · 2 comments

Comments

@ryantam626
Copy link
Contributor

    , MIN(ST_DISTANCE(
        e.impression_geography
        , c.geometry
    )) AS distance_to_polygon

this looks kinda ugly

    , MIN(
        ST_DISTANCE(
            e.impression_geography
            , c.geometry
        )
    ) AS distance_to_polygon

is better

@ryantam626
Copy link
Contributor Author

Blocked by huq-industries/huq-signals#2

@ryantam626 ryantam626 transferred this issue from another repository Apr 24, 2023
@ryantam626
Copy link
Contributor Author

Check edge case
FUNC((SELECT AS STRUCT blah))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant