Skip to content

Instantly share code, notes, and snippets.

View irzhywau's full-sized avatar

Irzhy Ranaivoarivony irzhywau

View GitHub Profile
@irzhywau
irzhywau / cockroachdb-k8s.yaml
Created March 21, 2019 15:19
cockroachdb-k8s.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: cockroachdb
labels:
app: cockroachdb
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
@irzhywau
irzhywau / sql-inner
Last active December 26, 2018 07:25
SQL 2 Tables
# 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