1Distance - bad blob first arg
2:memory: #use in-memory database
3SELECT Distance(zeroblob(100), MakePoint(1, 2))
41 # rows (not including the header row)
51 # columns
6Distance(zeroblob(100), MakePoint(1, 2))
7(NULL)
8
9