Open Richie765 opened 7 years ago
Do you know which SQL variants support these keywords?
Seems to be PostgreSQL (at least language plpgsql
is)
The list was meant for PostgreSQL, but most of them are also valid for MySQL. As far as I can tell, the following ones are PostgreSQL specific:
execute procedure
returns trigger
return
language plpgsql
perform
raise exception
Could trigger / procedure related keywords be implemented? Here are a couple of them:
Thanks!