|
|
|
|
|
by jmull
1500 days ago
|
|
I think the way the article does it just provides an easy, symbolic way to reference the computed value... so it gives a little readability, it's maybe easier to ensure your where clause and index match up. Also, depending on your access patterns, you might want the generated column to be stored (evaluated on write) rather than virtual (evaluated on read). |
|