Grégory Mazerand

Results 1 issues of Grégory Mazerand

The current version doesn't handle well the interval statement. If we try to validate this SQL code: ```sql SELECT * FROM table WHERE date >= TIMESTAMP_SUB(CURRENT_TIMESTAMP(), INTERVAL 7 DAY) ```...