Skip to Content
0
Former Member
Sep 28, 2005 at 08:30 PM

SQL Statement - Reading Input Field

103 Views

I have a simple SQL statement which takes an input value and searches for it in the database. I am wondering what is the syntax in Visual Composer to pass the input value using a form to the SQL statement. In other words how can I read the value of the search field of the input form in the SQL Query.

Example: select * from Table WHERE Description LIKE <b><Search Term></b>

I would like to know the syntax to read the Search term from the input form.

Any help will be greatly appreciated.