Note: The equivalent function for SQL Server is SUBSTRING():. SELECT SUBSTRING(column_name,start,length) AS some_name FROM table_name; ...
確定! 回上一頁