Using UDF for value of a column postgresql

后端 未结 0 852
你的背包
你的背包 2021-02-08 11:49

Let\'s say I already have 2 table with movies and their ratings.

CREATE TABLE public.movies (
movieid int4 NOT NULL,
averagerating float4 NULL,
title varchar(255)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题