0 SQL error 1 Miqueas Nieves posted 7 Years Ago I am getting an error when attempting to use sql in the demo.This my Lava:{% sql %} SELECT [NickName], [LastName] FROM [Person] WHERE [LastName] = 'Decker'{% endsql %}{% for item in results %} {{ item.NickName }} {{ item.LastName }}{% endfor %}this is is the error message:The Lava command 'sql' is not configured for this template. SELECT [NickName], [LastName] FROM [Person] WHERE [LastName] = 'Decker'
Miqueas Nieves 7 years ago I was able to get the sql working. Thank you very much. (I am using a html file)