Below is the SQL query which uses the length() function to get the length of a column in Oracle: Select first_name, length(first_name) len from ...
確定! 回上一頁