dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
23 stars 22 forks source link

Add create view with columns #285

Closed max-hoffman closed 1 year ago

max-hoffman commented 1 year ago

ex:

create view v_today(today) as select CURRENT_DATE()