Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

How to set input property of 'Query' node?

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
yeyoumo
Posts: 10
Joined: 08 May 2017, 10:06

How to set input property of 'Query' node?

Post by yeyoumo » 22 Sep 2017, 04:50

Hi, guys

This is the 'teacher' table below:
--------------------------------------
id | name | course
--------------------------------------
1 | tcr_nash | math
--------------------------------------
2 | tcr_bruno | chemistry
--------------------------------------
3 | tcr_smith | physics
--------------------------------------

My query statement is:
SET @c = 'math';
SELECT name FROM teacher WHERE course = @c;

As my understanding for 'Query' node, I set @c as the input property, but I can't get any result. Why?

Thanks,
YMY

Post Reply