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

need example of showing value of one column in a row #142

Closed
tbrowder opened this issue Mar 27, 2019 · 0 comments
Closed

need example of showing value of one column in a row #142

tbrowder opened this issue Mar 27, 2019 · 0 comments
Projects

Comments

@tbrowder
Copy link

tbrowder commented Mar 27, 2019

Given a model $p with an attribute (column) named, e.g., "last" (varchar), get its value:

for $p.^rs -> $row {
    say $row.last;
}
@FCO FCO added this to backlog in Documenting Mar 27, 2019
@FCO FCO closed this as completed Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants