Set Variable to Random SQL Record Field Value

This page demonstrates setting a Hashtag Variable to a Random SQL Record Field value.   Hashtag Buckets are a collection of Variables prefixed with the same key.   Bucket names are treated case insensitively by the Hashtag Framework.  
Processing this Hashtag Markup:
<# set name to random colors.name not ~ "Green$"; #>
Note:  Hashtag Markup is shown below <# in bold #>.   The value generated by processing the Hashtag Markup, and applying any Variable Contexts, is injected into this HTML page after the ⇒ symbol.  
<#[name]#> ⇒ Gainsboro


The Hashtag Markup Language provides many methods for setting variable values, and using them later.

Variable Buckets can hold many values, processed together.   Variable Contexts enable safe injection anywhere.