You can create a table with the expected columns and subtract the existing ones. Example SELECT tt.c FROM ( VALUES ('c1'), ('c2'),('c3')) ...
確定! 回上一頁