I have a table like this. CREATE TABLE items ( item BIGINT, price BIGINT ); How to convert all records in this table int to json_record ...
確定! 回上一頁