Failed to create pg.functions syntax error...

Simple question... what's wrong with this postgres function?
SELECT * FROM textures ORDER BY id DESC LIMIT 1;
Trying to select the most recent row.
image.png
Was this page helpful?