
John Halls
John_Halls
Somerset, England
Joined: Thu Feb 11 10:04:26 UTC 2021
Latest Posts
-
first(select Table...) vs create Table data types
A question earlier this week got me thinking about this structure let a := first(select table where field = value) if a != null then a.field1 := value1; a.…