blob: ab751f46cfab24f45e66befb2bcf13c3c1438055 (
plain) (
blame)
1
2
3
4
5
6
7
|
# Datamaps in Go
Some useful queries:
### Joining and pattern matching
`select name, key, cellref from datamap_line join datamap on (datamap.id
= datamap_line.dm_id) where key like 'Total RDEL%';`
|