I need a stored procedure. The stored procedure will analyze the length of the zip code. If the length is 5 you select against the USA table, if it is 6 (with no space) or 7 (with space) select from the Canada table. How do I start? What command parses a varchar zipcode?