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 has been archived by the owner on Jul 11, 2021. It is now read-only.
Hey, I was going through the papers and slides and I was trying to conceptually understand dyna's syntax. Is the below correct?
side("a") = 2
side("b") = 3
ipothenuse += side(A)*side(A)
Would this be the sum of the squares of 2 numbers?
part_master("part number", "product family", "product group") = some table data in a database
sales("part number", "sales") = some sales data in a database
sales_by_product = part_master + sales
Would this be a dyna expression similar to an SQL Inner Join?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, I was going through the papers and slides and I was trying to conceptually understand dyna's syntax. Is the below correct?
side("a") = 2
side("b") = 3
ipothenuse += side(A)*side(A)
part_master("part number", "product family", "product group") = some table data in a database
sales("part number", "sales") = some sales data in a database
sales_by_product = part_master + sales
The text was updated successfully, but these errors were encountered: