Oracle #The recommended way of storing booleans in Oracle SQL is to use a NUMBER(1) field. #This can store 1 as true and 0 as false.
確定! 回上一頁