Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
0 people like it. Like the snippet!
Simple SQLProvider example
1: 2: 3: 4: 5: 6:
let name = (query { for t in context.``[public].[team]`` do where (t.id = 6) select (t.name) take 1 } |> Array.ofSeq ).[0]