Statement: during march 13 , the toronto maple leafs were the opponent with 63 points

Input Table: none

gamemarchopponentscorerecordpoints
639999-01-04detroit red wings2 - 224 - 28 - 1159
649999-01-06california golden seals4 - 424 - 28 - 1260
659999-01-07minnesota north stars1 - 324 - 29 - 1260
669999-01-10pittsburgh penguins2 - 224 - 29 - 1361
679999-01-12new york rangers2 - 724 - 30 - 1361
689999-01-13toronto maple leafs3 - 225 - 30 - 1363
699999-01-18new york rangers2 - 126 - 30 - 1365
709999-01-20boston bruins3 - 526 - 31 - 1365
719999-01-21toronto maple leafs1 - 126 - 31 - 1466
729999-01-24montreal canadiens3 - 526 - 32 - 1466
739999-01-25minnesota north stars2 - 226 - 32 - 1567
749999-01-27chicago black hawks1 - 326 - 33 - 1567
759999-01-28pittsburgh penguins3 - 127 - 33 - 1569

SQL Command:

SELECT CASE WHEN (SELECT opponent FROM table_sql WHERE march = '9999-03-13') = 'toronto maple leafs' AND (SELECT points FROM table_sql WHERE march = '9999-03-13') = 63 THEN 'TRUE' ELSE 'FALSE' END;