summaryrefslogtreecommitdiff
path: root/tests/policy.ur
blob: db87b58281cf8942309a5d1b5f09afd698c4415c (plain)
1
2
3
table fruit : { Id : int, Nam : string, Weight : float }

policy query_policy (SELECT * FROM fruit)