This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: cockroachdb | |
| labels: | |
| app: cockroachdb | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1beta1 | |
| kind: Role | |
| metadata: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ohatra | |
| # table_1 (id, field_11, field_12) | |
| # table_2 (id, field_21, field_22) | |
| # de field_11 <-> field_21 ohatra | |
| # eo amreo field 2 reo ohatra no misy ny liaison amle table 2 | |
| # de ohatra (field_12 x field_22) no tiana ho azo | |
| select (t1.field_12 * t2.field_22) as `produit` from table_1 t1 |
NewerOlder