# Syntax
The last SQL statement executed can be executed again using the syntax:
```
local execute last sql
```
# Examples
The following example repeatedly prints the current time:
```
select sysdateutc
local execute last sql
local execute last sql
```