I am new to Oracle and SQL. I need to write a select statement for a student extract at a college. For ex:
select ss_id from id_table
This will return all id's from this table and they are a length of 9 digits, i need to return just the last 6 so i can import them as student passwords. Any help would be appreciated. Thanks. Also i am using TOAD, and/or SQL Plus