
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.…
-
One to One Relationships
There was a question yesterday about creating a one to one relationship. It got me thinking about this. I think there are situations when having a one to one relationship is the correct solution,…
